diff options
Diffstat (limited to 'libindicator')
-rw-r--r-- | libindicator/indicator-ng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-ng.c b/libindicator/indicator-ng.c index 88db31c..3465254 100644 --- a/libindicator/indicator-ng.c +++ b/libindicator/indicator-ng.c @@ -496,7 +496,7 @@ indicator_ng_initable_init (GInitable *initable, { IndicatorNg *self = INDICATOR_NG (initable); GKeyFile *keyfile; - gboolean success; + gboolean success = FALSE; self->bus_name = g_path_get_basename (self->service_file); |