Revision: 6969
Author: nogu.dev
Date: Fri Feb 18 20:47:40 2011
Log: * helper/toolbar-applet-gnome3.c
  - (exec_switcher, exec_pref, exec_dic, exec_pad):
        Launch GTK+2 version.
http://code.google.com/p/uim/source/detail?r=6969

Modified:
 /trunk/helper/toolbar-applet-gnome3.c

=======================================
--- /trunk/helper/toolbar-applet-gnome3.c       Fri Feb 18 20:39:08 2011
+++ /trunk/helper/toolbar-applet-gnome3.c       Fri Feb 18 20:47:40 2011
@@ -85,25 +85,25 @@
 static void
 exec_switcher(GtkAction *action, gpointer data)
 {
-  uim_launch_helper_application("uim-im-switcher-gtk3");
+  uim_launch_helper_application("uim-im-switcher-gtk");
 }

 static void
 exec_pref(GtkAction *action, gpointer data)
 {
-  uim_launch_helper_application("uim-pref-gtk3");
+  uim_launch_helper_application("uim-pref-gtk");
 }

 static void
 exec_dic(GtkAction *action, gpointer data)
 {
-  uim_launch_helper_application("uim-dict-gtk3");
+  uim_launch_helper_application("uim-dict-gtk");
 }

 static void
 exec_pad(GtkAction *action, gpointer data)
 {
-  uim_launch_helper_application("uim-input-pad-ja-gtk3");
+  uim_launch_helper_application("uim-input-pad-ja");
 }

 static void

Reply via email to