[gnome-calendar] source-dialog: add CREATE mode



commit c49b306f7a202ea0c2b3368fa5eea713063cef67
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Apr 8 23:46:15 2015 -0300

    source-dialog: add CREATE mode

 src/gcal-source-dialog.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gcal-source-dialog.h b/src/gcal-source-dialog.h
index 8dda5cd..8db2f91 100644
--- a/src/gcal-source-dialog.h
+++ b/src/gcal-source-dialog.h
@@ -41,6 +41,7 @@ struct _GcalSourceDialogClass
 
 typedef enum
 {
+  GCAL_SOURCE_DIALOG_MODE_CREATE,
   GCAL_SOURCE_DIALOG_MODE_EDIT,
   GCAL_SOURCE_DIALOG_MODE_NORMAL
 } GcalSourceDialogMode;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]