This is a first shoot at making shortcuts renameable [#3719];

unfinished.  Also, it causes the shortcut bar to stop displaying
message unread count, but this is unfixable until we get rid of the
::LocalStorage interface, which should hopefully happen soon.

svn path=/trunk/; revision=10621
This commit is contained in:
Ettore Perazzoli
2001-06-30 02:28:44 +00:00
parent 5122606b01
commit d6372c9ae9
7 changed files with 263 additions and 297 deletions

View File

@ -431,7 +431,7 @@ e_shell_command_add_to_shortcut_bar (EShell *shell,
group_num = e_shell_view_get_current_shortcuts_group_num (shell_view);
uri = e_shell_view_get_current_uri (shell_view);
e_shortcuts_add_shortcut (shortcuts, group_num, -1, uri);
e_shortcuts_add_shortcut (shortcuts, group_num, -1, uri, NULL, NULL);
}