[gnome-control-center] network: Remove a spurious signal handler



commit aee3f9d82d37a680ad37d0f7072ad64cc3f7b6f4
Author: Rui Matos <tiagomatos gmail com>
Date:   Wed Sep 11 14:14:23 2013 +0200

    network: Remove a spurious signal handler
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707906

 panels/network/net-device-mobile.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/panels/network/net-device-mobile.c b/panels/network/net-device-mobile.c
index 8e59cc9..6c35524 100644
--- a/panels/network/net-device-mobile.c
+++ b/panels/network/net-device-mobile.c
@@ -937,9 +937,4 @@ net_device_mobile_init (NetDeviceMobile *device_mobile)
                                                      "button_options"));
         g_signal_connect (widget, "clicked",
                           G_CALLBACK (edit_connection), device_mobile);
-
-        widget = GTK_WIDGET (gtk_builder_get_object (device_mobile->priv->builder,
-                                                     "device_off_switch"));
-        g_signal_connect (widget, "notify::active",
-                          G_CALLBACK (device_off_toggled), device_mobile);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]