From 6e07a7685ae9d7951a1a519607e40ce7f8580802 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 25 Jun 2001 07:01:06 +0000 Subject: Remove some spurious "\n"s from g_warnings. svn path=/trunk/; revision=10472 --- shell/e-shortcuts-view-model.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shell/e-shortcuts-view-model.c') 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; } -- cgit v1.2.3