aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2005-01-17 18:55:08 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2005-01-17 18:55:08 +0800
commit1ae9d8cfacce7e9e5816bec6af6fea2451ef51a3 (patch)
tree318874184d71aa31079afaa505e79f1e87abe88d /calendar/gui/e-calendar-view.c
parentc51ffb4a5f2979c83841330593524d0091c5b21b (diff)
downloadgsoc2013-evolution-1ae9d8cfacce7e9e5816bec6af6fea2451ef51a3.tar
gsoc2013-evolution-1ae9d8cfacce7e9e5816bec6af6fea2451ef51a3.tar.gz
gsoc2013-evolution-1ae9d8cfacce7e9e5816bec6af6fea2451ef51a3.tar.bz2
gsoc2013-evolution-1ae9d8cfacce7e9e5816bec6af6fea2451ef51a3.tar.lz
gsoc2013-evolution-1ae9d8cfacce7e9e5816bec6af6fea2451ef51a3.tar.xz
gsoc2013-evolution-1ae9d8cfacce7e9e5816bec6af6fea2451ef51a3.tar.zst
gsoc2013-evolution-1ae9d8cfacce7e9e5816bec6af6fea2451ef51a3.zip
removed the e_day_view_... prefix in warning messages.
2005-01-17 Rodrigo Moya <rodrigo@novell.com> * gui/e-calendar-view.c (on_unrecur_appointment): removed the e_day_view_... prefix in warning messages. svn path=/trunk/; revision=28420
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r--calendar/gui/e-calendar-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c
index 4d151e25fa..e7252c427b 100644
--- a/calendar/gui/e-calendar-view.c
+++ b/calendar/gui/e-calendar-view.c
@@ -1314,12 +1314,12 @@ on_unrecur_appointment (EPopup *ep, EPopupItem *pitem, void *data)
* present the updates happen synchronously so our event may disappear.
*/
if (!e_cal_modify_object (client, e_cal_component_get_icalcomponent (comp), CALOBJ_MOD_THIS, NULL))
- g_message ("e_day_view_on_unrecur_appointment(): Could not update the object!");
+ g_message ("on_unrecur_appointment(): Could not update the object!");
g_object_unref (comp);
if (!e_cal_create_object (client, e_cal_component_get_icalcomponent (new_comp), &new_uid, NULL))
- g_message ("e_day_view_on_unrecur_appointment(): Could not update the object!");
+ g_message ("on_unrecur_appointment(): Could not update the object!");
else
g_free (new_uid);