[Xfce4-commits] [panel-plugins/xfce4-wavelan-plugin] 03/04: Uninitialized variable
noreply at xfce.org
noreply at xfce.org
Sun Apr 20 10:45:56 CEST 2014
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-wavelan-plugin.
commit bcf6ba3cbbcc55794eb777497466f2ee962d101f
Author: Landry Breuil <landry at xfce.org>
Date: Sun Apr 20 10:44:38 2014 +0200
Uninitialized variable
---
panel-plugin/wavelan.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/panel-plugin/wavelan.c b/panel-plugin/wavelan.c
index 409e263..2b952df 100644
--- a/panel-plugin/wavelan.c
+++ b/panel-plugin/wavelan.c
@@ -299,6 +299,7 @@ wavelan_new(XfcePanelPlugin *plugin)
wavelan->signal_colors = TRUE;
wavelan->show_icon = TRUE;
+ wavelan->state = -2;
wavelan->plugin = plugin;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list