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:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user