Disconnect from prev_action, not from action. (Fix by David Hampton)
2003-09-06 Matthias Clasen <maclas@gmx.de> * gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from prev_action, not from action. (Fix by David Hampton)
This commit is contained in:
parent
aae316488e
commit
7db084ec5b
@ -1,6 +1,11 @@
|
||||
2003-09-06 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from
|
||||
prev_action, not from action. (Fix by David Hampton)
|
||||
|
||||
Fri Sep 5 14:15:10 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Back out locale-dependent interpretation of
|
||||
* Back out locale-dependent interpretation of
|
||||
KP_Decimal, the official XFree86 interpretation
|
||||
is that KP_Decimal => . KP_Separator => ,
|
||||
always, independent of locale.
|
||||
|
@ -1,6 +1,11 @@
|
||||
2003-09-06 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from
|
||||
prev_action, not from action. (Fix by David Hampton)
|
||||
|
||||
Fri Sep 5 14:15:10 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Back out locale-dependent interpretation of
|
||||
* Back out locale-dependent interpretation of
|
||||
KP_Decimal, the official XFree86 interpretation
|
||||
is that KP_Decimal => . KP_Separator => ,
|
||||
always, independent of locale.
|
||||
|
@ -1,6 +1,11 @@
|
||||
2003-09-06 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from
|
||||
prev_action, not from action. (Fix by David Hampton)
|
||||
|
||||
Fri Sep 5 14:15:10 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Back out locale-dependent interpretation of
|
||||
* Back out locale-dependent interpretation of
|
||||
KP_Decimal, the official XFree86 interpretation
|
||||
is that KP_Decimal => . KP_Separator => ,
|
||||
always, independent of locale.
|
||||
|
@ -1,6 +1,11 @@
|
||||
2003-09-06 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from
|
||||
prev_action, not from action. (Fix by David Hampton)
|
||||
|
||||
Fri Sep 5 14:15:10 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Back out locale-dependent interpretation of
|
||||
* Back out locale-dependent interpretation of
|
||||
KP_Decimal, the official XFree86 interpretation
|
||||
is that KP_Decimal => . KP_Separator => ,
|
||||
always, independent of locale.
|
||||
|
@ -1,6 +1,11 @@
|
||||
2003-09-06 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from
|
||||
prev_action, not from action. (Fix by David Hampton)
|
||||
|
||||
Fri Sep 5 14:15:10 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Back out locale-dependent interpretation of
|
||||
* Back out locale-dependent interpretation of
|
||||
KP_Decimal, the official XFree86 interpretation
|
||||
is that KP_Decimal => . KP_Separator => ,
|
||||
always, independent of locale.
|
||||
|
@ -814,9 +814,7 @@ gtk_action_connect_proxy (GtkAction *action,
|
||||
prev_action = g_object_get_data (G_OBJECT (proxy), "gtk-action");
|
||||
|
||||
if (prev_action)
|
||||
{
|
||||
(* GTK_ACTION_GET_CLASS (action)->disconnect_proxy) (action, proxy);
|
||||
}
|
||||
(* GTK_ACTION_GET_CLASS (action)->disconnect_proxy) (prev_action, proxy);
|
||||
|
||||
(* GTK_ACTION_GET_CLASS (action)->connect_proxy) (action, proxy);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user