diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-30 22:38:37 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-30 22:38:37 +0800 |
commit | 0ad2c0cf65f5769856e9359ec3d0c8d48676c171 (patch) | |
tree | 6b4a025dff3a9f0170cf569883af63c8dd05e158 /widgets | |
parent | 3843185df1e71e14e4f2e5d34aca34724090b496 (diff) | |
download | gsoc2013-evolution-0ad2c0cf65f5769856e9359ec3d0c8d48676c171.tar gsoc2013-evolution-0ad2c0cf65f5769856e9359ec3d0c8d48676c171.tar.gz gsoc2013-evolution-0ad2c0cf65f5769856e9359ec3d0c8d48676c171.tar.bz2 gsoc2013-evolution-0ad2c0cf65f5769856e9359ec3d0c8d48676c171.tar.lz gsoc2013-evolution-0ad2c0cf65f5769856e9359ec3d0c8d48676c171.tar.xz gsoc2013-evolution-0ad2c0cf65f5769856e9359ec3d0c8d48676c171.tar.zst gsoc2013-evolution-0ad2c0cf65f5769856e9359ec3d0c8d48676c171.zip |
Figured out why the switcher buttons have no relief.
GTK+ bug: http://bugzilla.gnome.org/show_bug.cgi?id=549943
svn path=/branches/kill-bonobo/; revision=36221
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/e-preferences-window.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/misc/e-preferences-window.c b/widgets/misc/e-preferences-window.c index c18d975c1d..1ccd07d91e 100644 --- a/widgets/misc/e-preferences-window.c +++ b/widgets/misc/e-preferences-window.c @@ -361,8 +361,6 @@ e_preferences_window_add_page (EPreferencesWindow *window, if (page == 0) e_preferences_window_show_page (window, page_name); - - gtk_widget_queue_resize (GTK_WIDGET (window)); } void |