From 02b0ff5a7bbb139c54b55977cb8e0c1dd2e63887 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 22 Dec 2004 07:02:55 +0000 Subject: Fixes #61076 2004-12-22 JP Rosevear Fixes #61076 * gui/comp-editor-factory.c (open_client): don't translate command line warnings * gui/calendar-offline-handler.c (backend_go_online): ditto (backend_go_offline): ditto svn path=/trunk/; revision=28173 --- calendar/gui/comp-editor-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/comp-editor-factory.c') diff --git a/calendar/gui/comp-editor-factory.c b/calendar/gui/comp-editor-factory.c index 56a75d557d..92f15812c4 100644 --- a/calendar/gui/comp-editor-factory.c +++ b/calendar/gui/comp-editor-factory.c @@ -478,7 +478,7 @@ open_client (CompEditorFactory *factory, ECalSourceType source_type, const char g_hash_table_insert (priv->uri_client_hash, oc->uri, oc); if (!e_cal_open (oc->client, FALSE, &error)) { - g_warning (_("open_client(): %s"), error->message); + g_warning (G_STRLOC ": %s", error->message); g_free (oc->uri); g_object_unref (oc->client); g_free (oc); -- cgit v1.2.3