Disconnect the sync callback for the visibility property. (#321761, Philip
2005-11-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaction.c (disconnect_proxy): Disconnect the sync callback for the visibility property. (#321761, Philip Langdale)
This commit is contained in:
committed by
Matthias Clasen
parent
12064bf08a
commit
b2d939f980
@@ -1,5 +1,9 @@
|
||||
2005-11-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkaction.c (disconnect_proxy): Disconnect the
|
||||
sync callback for the visibility property. (#321761,
|
||||
Philip Langdale)
|
||||
|
||||
Turn off input methods in invisible entries, since
|
||||
they are confusing. (#317002, James Su)
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
2005-11-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkaction.c (disconnect_proxy): Disconnect the
|
||||
sync callback for the visibility property. (#321761,
|
||||
Philip Langdale)
|
||||
|
||||
Turn off input methods in invisible entries, since
|
||||
they are confusing. (#317002, James Su)
|
||||
|
||||
|
||||
@@ -1000,6 +1000,9 @@ disconnect_proxy (GtkAction *action,
|
||||
g_signal_handlers_disconnect_by_func (action,
|
||||
G_CALLBACK (gtk_action_sync_sensitivity),
|
||||
proxy);
|
||||
g_signal_handlers_disconnect_by_func (action,
|
||||
G_CALLBACK (gtk_action_sync_visible),
|
||||
proxy);
|
||||
g_signal_handlers_disconnect_by_func (action,
|
||||
G_CALLBACK (gtk_action_sync_property),
|
||||
proxy);
|
||||
|
||||
Reference in New Issue
Block a user