[gnome-calendar] source-dialog: initialize the icon name



commit a8631eb99aa51724d7ce17ebc413b71b70d5735a
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri May 1 11:50:53 2015 -0300

    source-dialog: initialize the icon name
    
    Avoids some compiler warnings.

 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 57a60be..ab124dc 100644
--- a/src/gcal-source-dialog.c
+++ b/src/gcal-source-dialog.c
@@ -1967,7 +1967,7 @@ add_goa_account (GcalSourceDialog *dialog,
   GtkWidget *enabled_label;
   GtkWidget *row;
   GtkWidget *icon;
-  gchar *icon_name;
+  gchar *icon_name = "goa";
 
   if (type == GCAL_ACCOUNT_TYPE_NOT_SUPPORTED)
     return;


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