[gnome-calendar/calendar-editor] source-dialog: make the field a boolean, not pointer



commit 4265815b8c7d11259e08ebb633c9ee678cdc3fa9
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Apr 19 10:44:39 2015 -0300

    source-dialog: make the field a boolean, not pointer

 src/gcal-source-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-source-dialog.c b/src/gcal-source-dialog.c
index ef827fe..f30da4d 100644
--- a/src/gcal-source-dialog.c
+++ b/src/gcal-source-dialog.c
@@ -82,7 +82,7 @@ typedef struct
   ESource            *removed_source;
   ESource            *old_default_source;
   GBinding           *title_bind;
-  gboolean           *prompt_password;
+  gboolean            prompt_password;
 
   /* auxiliary */
   GSimpleActionGroup *action_group;


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