aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.c
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2009-11-25 08:00:00 +0800
committerJonathon Jongsma <jonathon@quotidian.org>2009-12-01 03:32:22 +0800
commit463aff5ebbf259490072a5dc01b55fbccffb9a39 (patch)
tree80dacf2e8af8ba05d3afd08c94daf53490e8eada /calendar/gui/e-calendar-view.c
parentae906bbae5b053fad7f5425c242530e33f589f68 (diff)
downloadgsoc2013-evolution-463aff5ebbf259490072a5dc01b55fbccffb9a39.tar
gsoc2013-evolution-463aff5ebbf259490072a5dc01b55fbccffb9a39.tar.gz
gsoc2013-evolution-463aff5ebbf259490072a5dc01b55fbccffb9a39.tar.bz2
gsoc2013-evolution-463aff5ebbf259490072a5dc01b55fbccffb9a39.tar.lz
gsoc2013-evolution-463aff5ebbf259490072a5dc01b55fbccffb9a39.tar.xz
gsoc2013-evolution-463aff5ebbf259490072a5dc01b55fbccffb9a39.tar.zst
gsoc2013-evolution-463aff5ebbf259490072a5dc01b55fbccffb9a39.zip
port calendar/ to the new EError API
https://bugzilla.gnome.org/show_bug.cgi?id=602963
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r--calendar/gui/e-calendar-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c
index 84812d60c5..885cd66a90 100644
--- a/calendar/gui/e-calendar-view.c
+++ b/calendar/gui/e-calendar-view.c
@@ -1202,7 +1202,7 @@ e_calendar_view_new_appointment_for (ECalendarView *cal_view,
if (e_cal_is_read_only (default_client, &readonly, NULL) && readonly) {
GtkWidget *widget;
- widget = e_error_new (parent, "calendar:prompt-read-only-cal", e_source_peek_name (e_cal_get_source (default_client)), NULL);
+ widget = e_error_new_dialog_for_args (parent, "calendar:prompt-read-only-cal", e_source_peek_name (e_cal_get_source (default_client)), NULL);
g_signal_connect ((GtkDialog *)widget, "response", G_CALLBACK (gtk_widget_destroy),
widget);