diff options
Diffstat (limited to 'shell/e-shortcuts-view-model.c')
-rw-r--r-- | shell/e-shortcuts-view-model.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/e-shortcuts-view-model.c b/shell/e-shortcuts-view-model.c index c4ee9efac3..9f11cb0aad 100644 --- a/shell/e-shortcuts-view-model.c +++ b/shell/e-shortcuts-view-model.c @@ -98,8 +98,7 @@ load_group_into_model (EShortcutsViewModel *shortcuts_view_model, if (path == NULL || folder == NULL) { /* FIXME */ - g_warning ("Invalid link while loading shortcut bar view -- %s\n", - uri); + g_warning ("Invalid link while loading shortcut bar view -- %s", uri); continue; } |