[gnome-calendar] source-dialog: make the field a boolean, not pointer
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] source-dialog: make the field a boolean, not pointer
- Date: Mon, 25 May 2015 16:58:12 +0000 (UTC)
commit 905dcc4268e852273d46d5bcf425581eeffc2973
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]