From: Guillaume Desmottes Date: Tue, 24 Sep 2013 13:56:58 +0000 (+0200) Subject: preferences: remove location resources BIND_SENSITIVE calls X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=c19df458d8846dc961984990f103b79bb39f9bf9;hp=846cf36946ff8c36cf75678d9ed6552c33326228 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 --- 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");