[gnome-calendar/gnome-3-16] manager: squash compilation warning



commit ea6202453bb3e0dfbe16b209e83b63b69b387758
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Fri May 15 23:33:45 2015 -0400

    manager: squash compilation warning

 src/gcal-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-manager.c b/src/gcal-manager.c
index 75b6cb6..ac3770e 100644
--- a/src/gcal-manager.c
+++ b/src/gcal-manager.c
@@ -1373,7 +1373,7 @@ gcal_manager_get_event_from_shell_search (GcalManager *manager,
   GcalManagerPrivate *priv;
   time_t range_start, range_end;
   GList *l, *list = NULL;
-  GcalEventData *new_data, *data;
+  GcalEventData *data, *new_data = NULL;
   gchar *cuuid;
 
   priv = gcal_manager_get_instance_private (manager);


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