aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-sidebar.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-08-30 22:38:37 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-30 22:38:37 +0800
commit0ad2c0cf65f5769856e9359ec3d0c8d48676c171 (patch)
tree6b4a025dff3a9f0170cf569883af63c8dd05e158 /shell/e-sidebar.c
parent3843185df1e71e14e4f2e5d34aca34724090b496 (diff)
downloadgsoc2013-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 'shell/e-sidebar.c')
-rw-r--r--shell/e-sidebar.c2
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;
}