diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-05-07 21:39:29 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-05-07 21:39:29 +0800 |
commit | 476ad289ef964173b4d8d9c7cbc9b737675a5c4e (patch) | |
tree | fc3a060a0faf1d4d4ad2ce55472315f44e2c871d /shell/e-shell-window.c | |
parent | 4aa2552cb46f0daa67e135231f82f7d5403e2d19 (diff) | |
download | gsoc2013-evolution-476ad289ef964173b4d8d9c7cbc9b737675a5c4e.tar gsoc2013-evolution-476ad289ef964173b4d8d9c7cbc9b737675a5c4e.tar.gz gsoc2013-evolution-476ad289ef964173b4d8d9c7cbc9b737675a5c4e.tar.bz2 gsoc2013-evolution-476ad289ef964173b4d8d9c7cbc9b737675a5c4e.tar.lz gsoc2013-evolution-476ad289ef964173b4d8d9c7cbc9b737675a5c4e.tar.xz gsoc2013-evolution-476ad289ef964173b4d8d9c7cbc9b737675a5c4e.tar.zst gsoc2013-evolution-476ad289ef964173b4d8d9c7cbc9b737675a5c4e.zip |
set widget name for the MeeGo theme on the search toolbar too
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r-- | 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 62c39fee37..0460823b3f 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; } |