[gtk+] Remove gtk-im-status-style and gtk-im-preedit-style from GDK as well



commit 85c061470703b03ec702f39f33753827093e1e56
Author: William Jon McCann <william jon mccann gmail com>
Date:   Sun Jun 30 13:45:43 2013 -0400

    Remove gtk-im-status-style and gtk-im-preedit-style from GDK as well

 gdk/win32/gdkproperty-win32.c |    2 --
 gdk/x11/gdksettings.c         |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gdk/win32/gdkproperty-win32.c b/gdk/win32/gdkproperty-win32.c
index 3f488ec..11268ab 100644
--- a/gdk/win32/gdkproperty-win32.c
+++ b/gdk/win32/gdkproperty-win32.c
@@ -310,8 +310,6 @@ _gdk_win32_window_delete_property (GdkWindow *window,
   "Gtk/KeyThemeName\0"        "gtk-key-theme-name\0"
   "Gtk/ToolbarStyle\0"        "gtk-toolbar-style\0"
   "Gtk/ToolbarIconSize\0"     "gtk-toolbar-icon-size\0"
-  "Gtk/IMPreeditStyle\0"      "gtk-im-preedit-style\0"
-  "Gtk/IMStatusStyle\0"       "gtk-im-status-style\0"
   "Gtk/Modules\0"             "gtk-modules\0"
   "Gtk/CursorThemeName\0"     "gtk-cursor-theme-name\0"
   "Gtk/CursorThemeSize\0"     "gtk-cursor-theme-size\0"
diff --git a/gdk/x11/gdksettings.c b/gdk/x11/gdksettings.c
index c4d0b6a..5f4119f 100644
--- a/gdk/x11/gdksettings.c
+++ b/gdk/x11/gdksettings.c
@@ -35,8 +35,6 @@ static const struct {
   {"Gtk/KeyThemeName",        "gtk-key-theme-name"},
   {"Gtk/ToolbarStyle",        "gtk-toolbar-style"},
   {"Gtk/ToolbarIconSize",     "gtk-toolbar-icon-size"},
-  {"Gtk/IMPreeditStyle",      "gtk-im-preedit-style"},
-  {"Gtk/IMStatusStyle",       "gtk-im-status-style"},
   {"Gtk/Modules",             "gtk-modules"},
   {"Gtk/CursorThemeName",     "gtk-cursor-theme-name"},
   {"Gtk/CursorThemeSize",     "gtk-cursor-theme-size"},


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]