[gnome-control-center/gbsneto/cleanup-network-panel: 2/21] net-device-mobile: Initialize variable
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gbsneto/cleanup-network-panel: 2/21] net-device-mobile: Initialize variable
- Date: Thu, 1 Nov 2018 03:14:46 +0000 (UTC)
commit f50066eaa42a007488485c5ebe1d161c06328d44
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed Oct 31 19:20:10 2018 -0300
net-device-mobile: Initialize variable
panels/network/net-device-mobile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/network/net-device-mobile.c b/panels/network/net-device-mobile.c
index 062e4d120..7af62259b 100644
--- a/panels/network/net-device-mobile.c
+++ b/panels/network/net-device-mobile.c
@@ -163,7 +163,7 @@ mobilebb_enabled_toggled (NMClient *client,
GParamSpec *pspec,
NetDeviceMobile *device_mobile)
{
- gboolean enabled;
+ gboolean enabled = FALSE;
GtkSwitch *sw;
NMDevice *device;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]