evolution r36221 - in branches/kill-bonobo: . shell widgets/misc
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36221 - in branches/kill-bonobo: . shell widgets/misc
- Date: Sat, 30 Aug 2008 14:38:38 +0000 (UTC)
Author: mbarnes
Date: Sat Aug 30 14:38:37 2008
New Revision: 36221
URL: http://svn.gnome.org/viewvc/evolution?rev=36221&view=rev
Log:
Figured out why the switcher buttons have no relief.
GTK+ bug: http://bugzilla.gnome.org/show_bug.cgi?id=549943
Modified:
branches/kill-bonobo/Makefile.am
branches/kill-bonobo/shell/e-shell-view.c
branches/kill-bonobo/shell/e-sidebar.c
branches/kill-bonobo/widgets/misc/e-preferences-window.c
Modified: branches/kill-bonobo/Makefile.am
==============================================================================
--- branches/kill-bonobo/Makefile.am (original)
+++ branches/kill-bonobo/Makefile.am Sat Aug 30 14:38:37 2008
@@ -61,6 +61,7 @@
a11y \
widgets \
shell \
+ filter \
$(SMIME_DIR) \
addressbook \
art \
Modified: branches/kill-bonobo/shell/e-shell-view.c
==============================================================================
--- branches/kill-bonobo/shell/e-shell-view.c (original)
+++ branches/kill-bonobo/shell/e-shell-view.c Sat Aug 30 14:38:37 2008
@@ -428,7 +428,6 @@
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");
}
Modified: branches/kill-bonobo/shell/e-sidebar.c
==============================================================================
--- branches/kill-bonobo/shell/e-sidebar.c (original)
+++ branches/kill-bonobo/shell/e-sidebar.c Sat Aug 30 14:38:37 2008
@@ -512,6 +512,8 @@
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;
}
Modified: branches/kill-bonobo/widgets/misc/e-preferences-window.c
==============================================================================
--- branches/kill-bonobo/widgets/misc/e-preferences-window.c (original)
+++ branches/kill-bonobo/widgets/misc/e-preferences-window.c Sat Aug 30 14:38:37 2008
@@ -361,8 +361,6 @@
if (page == 0)
e_preferences_window_show_page (window, page_name);
-
- gtk_widget_queue_resize (GTK_WIDGET (window));
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]