aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts-view-model.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-25 15:01:06 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-25 15:01:06 +0800
commit6e07a7685ae9d7951a1a519607e40ce7f8580802 (patch)
tree55cc64b335bc6429ef6b72f5d485240f47193f0a /shell/e-shortcuts-view-model.c
parentb4457f6518999f322f7825bb1ffcb510a42fcf6d (diff)
downloadgsoc2013-evolution-6e07a7685ae9d7951a1a519607e40ce7f8580802.tar
gsoc2013-evolution-6e07a7685ae9d7951a1a519607e40ce7f8580802.tar.gz
gsoc2013-evolution-6e07a7685ae9d7951a1a519607e40ce7f8580802.tar.bz2
gsoc2013-evolution-6e07a7685ae9d7951a1a519607e40ce7f8580802.tar.lz
gsoc2013-evolution-6e07a7685ae9d7951a1a519607e40ce7f8580802.tar.xz
gsoc2013-evolution-6e07a7685ae9d7951a1a519607e40ce7f8580802.tar.zst
gsoc2013-evolution-6e07a7685ae9d7951a1a519607e40ce7f8580802.zip
Remove some spurious "\n"s from g_warnings.
svn path=/trunk/; revision=10472
Diffstat (limited to 'shell/e-shortcuts-view-model.c')
-rw-r--r--shell/e-shortcuts-view-model.c3
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;
}