From c19df458d8846dc961984990f103b79bb39f9bf9 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 24 Sep 2013 15:56:58 +0200 Subject: [PATCH] preferences: remove location resources BIND_SENSITIVE calls 32529f49e3935b5f4fd747fcfe2d62322f86ec52 removed the BIND_ACTIVE calls but I forgot those. https://bugzilla.gnome.org/show_bug.cgi?id=708684 --- src/empathy-preferences.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c index c05058b8..c42e2876 100644 --- a/src/empathy-preferences.c +++ b/src/empathy-preferences.c @@ -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"); -- 2.39.2