]> git.0d.be Git - empathy.git/commitdiff
preferences: remove location resources BIND_SENSITIVE calls
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 24 Sep 2013 13:56:58 +0000 (15:56 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 24 Sep 2013 15:21:36 +0000 (17:21 +0200)
32529f49e3935b5f4fd747fcfe2d62322f86ec52 removed the BIND_ACTIVE calls but I
forgot those.

https://bugzilla.gnome.org/show_bug.cgi?id=708684

src/empathy-preferences.c

index c05058b8d7ab5e04669c8246ce77d8220fcb006f..c42e28760c41c1f1f9661b079c2bcd9b50dcc691 100644 (file)
@@ -218,12 +218,6 @@ preferences_setup_widgets (EmpathyPreferences *preferences,
        BIND_SENSITIVE (sound, SOUNDS_ENABLED,
                        "treeview_sounds");
 
-       BIND_SENSITIVE (loc, LOCATION_PUBLISH,
-                       "checkbutton_location_resource_network");
-       BIND_SENSITIVE (loc, LOCATION_PUBLISH,
-                       "checkbutton_location_resource_cell");
-       BIND_SENSITIVE (loc, LOCATION_PUBLISH,
-                       "checkbutton_location_resource_gps");
        BIND_SENSITIVE (loc, LOCATION_PUBLISH,
                        "checkbutton_location_reduce_accuracy");