[Uim] GTK+ version dependency
Etsushi Kato
ekato at ees.hokudai.ac.jp
Fri Jan 7 10:10:57 EET 2005
On 2005/01/06, at 19:43, Etsushi Kato wrote:
> Maybe chagnes in r123 is another type of GTK version dependency
> problem? From r123, "Change whole desktop" only changes focus
> application and vice versa with "Change this application only".
>
> I'm using gtk+-2.4.13.
At a quick glance, this seems like a bug in im-switcher-gtk.c.
Index: im-switcher-gtk.c
===================================================================
--- im-switcher-gtk.c (revision 147)
+++ im-switcher-gtk.c (working copy)
@@ -344,7 +344,7 @@
radio0 = gtk_radio_button_new_with_label(NULL, _("Change whole
desktop"));
radio1 =
gtk_radio_button_new_with_label_from_widget(GTK_RADIO_BUTTON(radio0),
_("Change this application only"));
- radio2 =
gtk_radio_button_new_with_label_from_widget(GTK_RADIO_BUTTON(radio0),
_("Change this text area only"));
+ radio2 =
gtk_radio_button_new_with_label_from_widget(GTK_RADIO_BUTTON(radio1),
_("Change this text area only"));
gtk_box_pack_start(GTK_BOX(vbox2), radio0, FALSE, FALSE, 3);
gtk_box_pack_start(GTK_BOX(vbox2), radio1, FALSE, FALSE, 3);
Cheers,
--
Etsushi Kato
ekato at ees.hokudai.ac.jp
More information about the uim
mailing list