[anjal] BUGFIX: Moblin Bugzilla #9428 - Set toolbar in Moblin style.



commit 4bef1db026afbec7892a84e3c1205068d6e3a540
Author: Nick Richards <nicholas e richards intel com>
Date:   Tue Feb 9 11:14:04 2010 +0530

    BUGFIX: Moblin Bugzilla #9428 - Set toolbar in Moblin style.

 src/mail-shell.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/mail-shell.c b/src/mail-shell.c
index 9f4192f..60aae00 100644
--- a/src/mail-shell.c
+++ b/src/mail-shell.c
@@ -262,6 +262,8 @@ ms_construct_toolbar (EShellWindow *eshell)
 	GtkWidget *box, *tmp, *lbl, *ar1;
 	
 	priv->top_bar = gtk_toolbar_new ();
+	gtk_widget_set_name (toolbar, "MoblinToolbar");
+
 	gtk_widget_show_all (priv->top_bar);
 	if (g_getenv("ANJAL_NO_MAX") || windowed) {
 		gtk_container_set_border_width (GTK_CONTAINER (shell), 1);



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