diff options
author | Milan Crha <mcrha@redhat.com> | 2010-02-25 20:32:32 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-02-25 20:32:32 +0800 |
commit | 1341a56ed1347f0762e9d81f4cfc6197c1656f0b (patch) | |
tree | 633cdf04043063992aed81d8447b466a788f4b11 /calendar/gui/dialogs/select-source-dialog.h | |
parent | 98f8e3672530a9231c3c28cea137452e9127d214 (diff) | |
download | gsoc2013-evolution-1341a56ed1347f0762e9d81f4cfc6197c1656f0b.tar.gz gsoc2013-evolution-1341a56ed1347f0762e9d81f4cfc6197c1656f0b.tar.zst gsoc2013-evolution-1341a56ed1347f0762e9d81f4cfc6197c1656f0b.zip |
Bug #529331 - Deletes appointments when moving to the same calendar
Diffstat (limited to 'calendar/gui/dialogs/select-source-dialog.h')
-rw-r--r-- | calendar/gui/dialogs/select-source-dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/select-source-dialog.h b/calendar/gui/dialogs/select-source-dialog.h index 850eddd610..902ac3fc03 100644 --- a/calendar/gui/dialogs/select-source-dialog.h +++ b/calendar/gui/dialogs/select-source-dialog.h @@ -30,6 +30,6 @@ #include <libedataserver/e-source.h> #include <libecal/e-cal.h> -ESource *select_source_dialog (GtkWindow *parent, ECalSourceType type); +ESource *select_source_dialog (GtkWindow *parent, ECalSourceType type, ESource *except_source); #endif |