diff options
Diffstat (limited to 'shell/e-sidebar.c')
-rw-r--r-- | shell/e-sidebar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-sidebar.c b/shell/e-sidebar.c index 977196187e..af747d152a 100644 --- a/shell/e-sidebar.c +++ b/shell/e-sidebar.c @@ -512,6 +512,8 @@ sidebar_get_style (GtkToolShell *shell) static GtkReliefStyle sidebar_get_relief_style (GtkToolShell *shell) { + /* XXX GTK+ 2.13.6 discards this value. + * http://bugzilla.gnome.org/show_bug.cgi?id=549943 */ return GTK_RELIEF_NORMAL; } |