forked from AuroraMiddleware/gtk
refetch the accelerator when the accel object is changed. Fixes bug
2001-08-07 James Henstridge <james@daa.com.au> * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch the accelerator when the accel object is changed. Fixes bug #58628.
This commit is contained in:
parent
dde67c28b3
commit
967c0f7c7b
@ -1,3 +1,9 @@
|
||||
2001-08-07 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
|
||||
the accelerator when the accel object is changed. Fixes bug
|
||||
#58628.
|
||||
|
||||
2001-08-06 HideToshi Tajima <tajima@eng.sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-08-07 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
|
||||
the accelerator when the accel object is changed. Fixes bug
|
||||
#58628.
|
||||
|
||||
2001-08-06 HideToshi Tajima <tajima@eng.sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-08-07 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
|
||||
the accelerator when the accel object is changed. Fixes bug
|
||||
#58628.
|
||||
|
||||
2001-08-06 HideToshi Tajima <tajima@eng.sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-08-07 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
|
||||
the accelerator when the accel object is changed. Fixes bug
|
||||
#58628.
|
||||
|
||||
2001-08-06 HideToshi Tajima <tajima@eng.sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-08-07 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
|
||||
the accelerator when the accel object is changed. Fixes bug
|
||||
#58628.
|
||||
|
||||
2001-08-06 HideToshi Tajima <tajima@eng.sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-08-07 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
|
||||
the accelerator when the accel object is changed. Fixes bug
|
||||
#58628.
|
||||
|
||||
2001-08-06 HideToshi Tajima <tajima@eng.sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-08-07 James Henstridge <james@daa.com.au>
|
||||
|
||||
* gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
|
||||
the accelerator when the accel object is changed. Fixes bug
|
||||
#58628.
|
||||
|
||||
2001-08-06 HideToshi Tajima <tajima@eng.sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
|
||||
|
@ -383,6 +383,8 @@ gtk_accel_label_set_accel_object (GtkAccelLabel *accel_label,
|
||||
accel_label,
|
||||
G_CONNECT_AFTER | G_CONNECT_SWAPPED);
|
||||
}
|
||||
gtk_accel_label_refetch (accel_label);
|
||||
|
||||
g_object_notify (G_OBJECT (accel_label), "accel_object");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user