mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Remove bogus casts.
2003-02-14 Matthias Clasen <maclas@gmx.de> * gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
This commit is contained in:
parent
d717ae55b9
commit
49ad2496df
@ -1,3 +1,7 @@
|
||||
2003-02-14 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
|
||||
|
||||
2003-02-12 Christian Rose <menthos@menthos.com>
|
||||
|
||||
* configure.in: Added "yi" to ALL_LINGUAS.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2003-02-14 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
|
||||
|
||||
2003-02-12 Christian Rose <menthos@menthos.com>
|
||||
|
||||
* configure.in: Added "yi" to ALL_LINGUAS.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2003-02-14 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
|
||||
|
||||
2003-02-12 Christian Rose <menthos@menthos.com>
|
||||
|
||||
* configure.in: Added "yi" to ALL_LINGUAS.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2003-02-14 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
|
||||
|
||||
2003-02-12 Christian Rose <menthos@menthos.com>
|
||||
|
||||
* configure.in: Added "yi" to ALL_LINGUAS.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2003-02-14 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
|
||||
|
||||
2003-02-12 Christian Rose <menthos@menthos.com>
|
||||
|
||||
* configure.in: Added "yi" to ALL_LINGUAS.
|
||||
|
@ -6589,8 +6589,8 @@ popup_targets_received (GtkClipboard *clipboard,
|
||||
gtk_menu_shell_append (GTK_MENU_SHELL (text_view->popup_menu), menuitem);
|
||||
|
||||
menuitem = gtk_menu_item_new_with_mnemonic (_("Select _All"));
|
||||
g_signal_connect (GTK_OBJECT (menuitem), "activate",
|
||||
GTK_SIGNAL_FUNC (select_all_cb), text_view);
|
||||
g_signal_connect (menuitem, "activate",
|
||||
G_CALLBACK (select_all_cb), text_view);
|
||||
gtk_widget_show (menuitem);
|
||||
gtk_menu_shell_append (GTK_MENU_SHELL (text_view->popup_menu), menuitem);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user