diff options
Diffstat (limited to 'shell/e-shell-folder-commands.c')
-rw-r--r-- | shell/e-shell-folder-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-folder-commands.c b/shell/e-shell-folder-commands.c index f0a39f0e4e..6843c89da4 100644 --- a/shell/e-shell-folder-commands.c +++ b/shell/e-shell-folder-commands.c @@ -316,7 +316,7 @@ e_shell_command_add_to_shortcut_bar (EShell *shell, { EShortcuts *shortcuts; int group_num; - char *uri; + const char *uri; g_return_if_fail (shell != NULL); g_return_if_fail (E_IS_SHELL (shell)); |