region: Shut up a compiler warning

The variable cannot actually be used uninitialized, but that's not
obvious to the compiler.
This commit is contained in:
Florian Müllner 2015-02-28 11:29:08 +01:00
parent d9e6605532
commit 4179afc55c

View file

@ -218,7 +218,7 @@ show_restart_notification (CcRegionPanel *self,
GtkWidget *box;
GtkWidget *label;
GtkWidget *button;
gchar *current_locale;
gchar *current_locale = NULL;
if (priv->notification)
return;