diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-24 21:56:58 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-24 23:21:36 +0800 |
commit | c19df458d8846dc961984990f103b79bb39f9bf9 (patch) | |
tree | 4c0523c989e605670d61545e8e59e489dcc4e89f | |
parent | 846cf36946ff8c36cf75678d9ed6552c33326228 (diff) | |
download | gsoc2013-empathy-c19df458d8846dc961984990f103b79bb39f9bf9.tar gsoc2013-empathy-c19df458d8846dc961984990f103b79bb39f9bf9.tar.gz gsoc2013-empathy-c19df458d8846dc961984990f103b79bb39f9bf9.tar.bz2 gsoc2013-empathy-c19df458d8846dc961984990f103b79bb39f9bf9.tar.lz gsoc2013-empathy-c19df458d8846dc961984990f103b79bb39f9bf9.tar.xz gsoc2013-empathy-c19df458d8846dc961984990f103b79bb39f9bf9.tar.zst gsoc2013-empathy-c19df458d8846dc961984990f103b79bb39f9bf9.zip |
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
-rw-r--r-- | src/empathy-preferences.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c index c05058b8d..c42e28760 100644 --- a/src/empathy-preferences.c +++ b/src/empathy-preferences.c @@ -219,12 +219,6 @@ preferences_setup_widgets (EmpathyPreferences *preferences, "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"); #undef BIND_SENSITIVE |