diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-23 03:27:52 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-23 03:27:52 +0800 |
commit | 2c66be6ec9f15771110b0e34f3159a6f3b17df4e (patch) | |
tree | 0a053c732e307a6e0ba7b7bada35d185299b44b8 /shell/e-shell-folder-title-bar.h | |
parent | 2dd28d3e915503f147dfd65b1d1627cb781e1dfa (diff) | |
download | gsoc2013-evolution-2c66be6ec9f15771110b0e34f3159a6f3b17df4e.tar.gz gsoc2013-evolution-2c66be6ec9f15771110b0e34f3159a6f3b17df4e.tar.zst gsoc2013-evolution-2c66be6ec9f15771110b0e34f3159a6f3b17df4e.zip |
New. (display_uri): Call it before returning so the navigation buttons
* e-shell-view.c (update_navigation_buttons): New.
(display_uri): Call it before returning so the navigation buttons
always have the right sensitivity.
* e-shell-folder-title-bar.c
(e_shell_folder_title_bar_update_navigation_buttons): New.
(add_navigation_buttons): Remove the "Back" label.
svn path=/trunk/; revision=15799
Diffstat (limited to 'shell/e-shell-folder-title-bar.h')
-rw-r--r-- | shell/e-shell-folder-title-bar.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell-folder-title-bar.h b/shell/e-shell-folder-title-bar.h index bbf7dc3b58..fcebeca966 100644 --- a/shell/e-shell-folder-title-bar.h +++ b/shell/e-shell-folder-title-bar.h @@ -73,6 +73,10 @@ void e_shell_folder_title_bar_set_toggle_state (EShellFolderTitleBar *fold void e_shell_folder_title_bar_set_title_clickable (EShellFolderTitleBar *folder_title_bar, gboolean clickable); +void e_shell_folder_title_bar_update_navigation_buttons (EShellFolderTitleBar *folder_title_bar, + gboolean can_go_back, + gboolean can_go_forward); + #ifdef __cplusplus } #endif /* __cplusplus */ |