diff options
author | Jonathon Jongsma <jonathon@quotidian.org> | 2009-11-25 13:12:36 +0800 |
---|---|---|
committer | Jonathon Jongsma <jonathon@quotidian.org> | 2009-12-01 03:32:22 +0800 |
commit | 495e9bf8001e2209a35e8991c07ec038576efdd4 (patch) | |
tree | a4e661016c346c39e7e950a33d42f6b5ad97d991 /modules/calendar/e-cal-shell-sidebar.c | |
parent | 68d3608b81c2a980cd13352badfcfcfe59477c94 (diff) | |
download | gsoc2013-evolution-495e9bf8001e2209a35e8991c07ec038576efdd4.tar.gz gsoc2013-evolution-495e9bf8001e2209a35e8991c07ec038576efdd4.tar.zst gsoc2013-evolution-495e9bf8001e2209a35e8991c07ec038576efdd4.zip |
port modules/ to new EError API.
This should be everything now.
https://bugzilla.gnome.org/show_bug.cgi?id=602963
Diffstat (limited to 'modules/calendar/e-cal-shell-sidebar.c')
-rw-r--r-- | modules/calendar/e-cal-shell-sidebar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/calendar/e-cal-shell-sidebar.c b/modules/calendar/e-cal-shell-sidebar.c index 573299084a..af49db3c3b 100644 --- a/modules/calendar/e-cal-shell-sidebar.c +++ b/modules/calendar/e-cal-shell-sidebar.c @@ -119,7 +119,7 @@ cal_shell_sidebar_backend_died_cb (ECalShellSidebar *cal_shell_sidebar, g_hash_table_remove (client_table, uid); cal_shell_sidebar_emit_status_message (cal_shell_sidebar, NULL); - e_error_run ( + e_error_run_dialog_for_args ( GTK_WINDOW (shell_window), "calendar:calendar-crashed", NULL); @@ -200,7 +200,7 @@ cal_shell_sidebar_client_opened_cb (ECalShellSidebar *cal_shell_sidebar, break; case E_CALENDAR_STATUS_REPOSITORY_OFFLINE: - e_error_run ( + e_error_run_dialog_for_args ( GTK_WINDOW (shell_window), "calendar:prompt-no-contents-offline-calendar", NULL); |