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:
parent
d9e6605532
commit
4179afc55c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue