diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-view.c | 1 | ||||
-rw-r--r-- | shell/e-sidebar.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index dec7a5bd96..6669aa4442 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -428,7 +428,6 @@ e_shell_view_set_secondary_text (EShellView *shell_view, g_free (shell_view->priv->secondary_text); shell_view->priv->secondary_text = g_strdup (secondary_text); - g_debug ("%s: %s", G_STRFUNC, secondary_text); g_object_notify (G_OBJECT (shell_view), "secondary-text"); } 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; } |