From 2e204d829b2056f9c5aa2671820ab39a6975b366 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 11 Mar 2003 16:29:24 +0000 Subject: issue more descriptive warnings. 2003-03-11 Rodrigo Moya * gui/gnome-cal.c (gnome_calendar_open): issue more descriptive warnings. svn path=/trunk/; revision=20250 --- calendar/gui/gnome-cal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index b892c0e6ef..da2dde2948 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -1998,7 +1998,7 @@ gnome_calendar_open (GnomeCalendar *gcal, const char *str_uri) g_free (message); if (!cal_client_open_calendar (priv->client, real_uri, FALSE)) { - g_message ("gnome_calendar_open(): Could not issue the request"); + g_message ("gnome_calendar_open(): Could not issue the request to open the calendar folder"); g_free (real_uri); e_uri_free (uri); e_week_view_set_status_message (E_WEEK_VIEW (priv->week_view), NULL); @@ -2041,7 +2041,7 @@ gnome_calendar_open (GnomeCalendar *gcal, const char *str_uri) e_uri_free (uri); if (!success) { - g_message ("gnome_calendar_open(): Could not issue the request"); + g_message ("gnome_calendar_open(): Could not issue the request to open the tasks folder"); calendar_model_set_status_message ( e_calendar_table_get_model (E_CALENDAR_TABLE (priv->todo)), NULL); return FALSE; -- cgit v1.2.3