aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-27 03:16:08 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-27 03:16:08 +0800
commit16f5a6ab61751ccd788f41a7ea1fbd4316a75e1d (patch)
tree0d674fa65abda4bbd4a127dee9874eea565409ca /shell/e-shell-view.c
parent8bc92f7dc73512569861fc8b9c495fe0a836ad27 (diff)
downloadgsoc2013-evolution-16f5a6ab61751ccd788f41a7ea1fbd4316a75e1d.tar
gsoc2013-evolution-16f5a6ab61751ccd788f41a7ea1fbd4316a75e1d.tar.gz
gsoc2013-evolution-16f5a6ab61751ccd788f41a7ea1fbd4316a75e1d.tar.bz2
gsoc2013-evolution-16f5a6ab61751ccd788f41a7ea1fbd4316a75e1d.tar.lz
gsoc2013-evolution-16f5a6ab61751ccd788f41a7ea1fbd4316a75e1d.tar.xz
gsoc2013-evolution-16f5a6ab61751ccd788f41a7ea1fbd4316a75e1d.tar.zst
gsoc2013-evolution-16f5a6ab61751ccd788f41a7ea1fbd4316a75e1d.zip
Clear the folder bar label to be empty. [#12553]
* e-shell-view.c (set_current_notebook_page): Clear the folder bar label to be empty. [#12553] svn path=/trunk/; revision=14163
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index fe55de6049..984fb441d8 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -1687,6 +1687,7 @@ set_current_notebook_page (EShellView *shell_view,
bonobo_control_frame_control_deactivate (control_frame);
}
+ e_shell_folder_title_bar_set_folder_bar_label (priv->folder_title_bar, "");
gtk_notebook_set_page (notebook, page_num);
if (page_num == -1 || page_num == 0)