[evolution/express2: 1/3] set widget name for the MeeGo theme on the search toolbar too



commit 476ad289ef964173b4d8d9c7cbc9b737675a5c4e
Author: Michael Meeks <michael meeks novell com>
Date:   Fri May 7 14:39:29 2010 +0100

    set widget name for the MeeGo theme on the search toolbar too

 shell/e-shell-window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 62c39fe..0460823 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -408,6 +408,8 @@ shell_window_construct_toolbar (EShellWindow *shell_window)
 		shell_window, "/search-toolbar");
 	gtk_toolbar_set_show_arrow (GTK_TOOLBAR (toolbar), FALSE);
 	gtk_box_pack_start (GTK_BOX (box), toolbar, FALSE, FALSE, 0);
+	if (e_shell_get_meego_mode (shell_window->priv->shell))
+		 gtk_widget_set_name (GTK_WIDGET (toolbar), "MeeGoToolbar");
 
 	return box;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]