diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2013-06-26 08:24:44 -0400 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2013-06-26 09:15:22 -0400 |
commit | 65c31629c38b3b1f49fb6f3327dc28819ffe0657 (patch) | |
tree | 2cdd392d8baeee09bac0f7a5b225426ee17798cc /gdk/win32 | |
parent | 5fa0da42006b14017538fedca454ff4c99034ba6 (diff) | |
download | gtk+-65c31629c38b3b1f49fb6f3327dc28819ffe0657.tar.gz |
Deprecate and ignore gtk-button-images setting
Button images can still be enabled selectively by the app author
using the always-use-image property on the button.
Diffstat (limited to 'gdk/win32')
-rw-r--r-- | gdk/win32/gdkproperty-win32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/win32/gdkproperty-win32.c b/gdk/win32/gdkproperty-win32.c index dd75203545..eccd74a65f 100644 --- a/gdk/win32/gdkproperty-win32.c +++ b/gdk/win32/gdkproperty-win32.c @@ -318,7 +318,6 @@ _gdk_win32_window_delete_property (GdkWindow *window, "Gtk/IMStatusStyle\0" "gtk-im-status-style\0" "Gtk/Modules\0" "gtk-modules\0" "Gtk/FileChooserBackend\0" "gtk-file-chooser-backend\0" - "Gtk/ButtonImages\0" "gtk-button-images\0" "Gtk/MenuImages\0" "gtk-menu-images\0" "Gtk/MenuBarAccel\0" "gtk-menu-bar-accel\0" "Gtk/CursorBlinkTimeout\0" "gtk-cursor-blink-timeout\0" |