[Xfce4-commits] r29509 - xfce4-settings/trunk/xfsettingsd
Stephan Arts
stephan at xfce.org
Wed Feb 18 18:56:38 CET 2009
Author: stephan
Date: 2009-02-18 17:56:37 +0000 (Wed, 18 Feb 2009)
New Revision: 29509
Modified:
xfce4-settings/trunk/xfsettingsd/registry.c
Log:
Applied Gtk/IMModule created patch by Akira TAGOH (akira AT tagoh DOT
org) (Fixes bug #4961)
Modified: xfce4-settings/trunk/xfsettingsd/registry.c
===================================================================
--- xfce4-settings/trunk/xfsettingsd/registry.c 2009-02-18 12:35:23 UTC (rev 29508)
+++ xfce4-settings/trunk/xfsettingsd/registry.c 2009-02-18 17:56:37 UTC (rev 29509)
@@ -107,6 +107,7 @@
XSETTING_ENTRY_GTK_MENUBARACCEL,
XSETTING_ENTRY_GTK_CURSORTHEMENAME,
XSETTING_ENTRY_GTK_CURSORTHEMESIZE,
+ XSETTING_ENTRY_GTK_IMMODULE,
} XSettingType;
static XSettingsRegistryEntry properties[] = {
@@ -141,6 +142,7 @@
{ "Gtk/MenuBarAccel", {G_TYPE_STRING, }},
{ "Gtk/CursorThemeName", {G_TYPE_STRING, }},
{ "Gtk/CursorThemeSize", {G_TYPE_INT, }},
+{ "Gtk/IMModule", {G_TYPE_STRING, }},
{ NULL, {0, }},
};
@@ -267,6 +269,7 @@
g_value_set_string (&properties[XSETTING_ENTRY_GTK_CURSORTHEMENAME].value, NULL);
g_value_set_int (&properties[XSETTING_ENTRY_GTK_CURSORTHEMESIZE].value, 0);
+ g_value_set_string (&properties[XSETTING_ENTRY_GTK_IMMODULE].value, NULL);
}
static void
More information about the Xfce4-commits
mailing list