diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-02 20:45:32 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-03 18:11:42 +0800 |
commit | 32529f49e3935b5f4fd747fcfe2d62322f86ec52 (patch) | |
tree | 5b554cd030ea7a354ac7307159b9d33aa9804399 /src | |
parent | f6f6c6421e0e286db920d3e01fa64cc3ebe4f4df (diff) | |
download | gsoc2013-empathy-32529f49e3935b5f4fd747fcfe2d62322f86ec52.tar gsoc2013-empathy-32529f49e3935b5f4fd747fcfe2d62322f86ec52.tar.gz gsoc2013-empathy-32529f49e3935b5f4fd747fcfe2d62322f86ec52.tar.bz2 gsoc2013-empathy-32529f49e3935b5f4fd747fcfe2d62322f86ec52.tar.lz gsoc2013-empathy-32529f49e3935b5f4fd747fcfe2d62322f86ec52.tar.xz gsoc2013-empathy-32529f49e3935b5f4fd747fcfe2d62322f86ec52.tar.zst gsoc2013-empathy-32529f49e3935b5f4fd747fcfe2d62322f86ec52.zip |
preferences: remove location sources preferences
Not used anymore with Geoclue 2.
https://bugzilla.gnome.org/show_bug.cgi?id=706627
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-preferences.c | 6 | ||||
-rw-r--r-- | src/empathy-preferences.ui | 88 |
2 files changed, 0 insertions, 94 deletions
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c index e37bc7475..c05058b8d 100644 --- a/src/empathy-preferences.c +++ b/src/empathy-preferences.c @@ -190,12 +190,6 @@ preferences_setup_widgets (EmpathyPreferences *preferences, BIND_ACTIVE (loc, LOCATION_PUBLISH, "checkbutton_location_publish"); - BIND_ACTIVE (loc, LOCATION_RESOURCE_NETWORK, - "checkbutton_location_resource_network"); - BIND_ACTIVE (loc, LOCATION_RESOURCE_CELL, - "checkbutton_location_resource_cell"); - BIND_ACTIVE (loc, LOCATION_RESOURCE_GPS, - "checkbutton_location_resource_gps"); BIND_ACTIVE (loc, LOCATION_REDUCE_ACCURACY, "checkbutton_location_reduce_accuracy"); diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui index 6e146d35c..9aa204fe7 100644 --- a/src/empathy-preferences.ui +++ b/src/empathy-preferences.ui @@ -833,94 +833,6 @@ <property name="position">1</property> </packing> </child> - <child> - <object class="GtkFrame" id="frame5"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label_xalign">0</property> - <property name="shadow_type">none</property> - <child> - <object class="GtkAlignment" id="alignment4"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="top_padding">6</property> - <property name="left_padding">12</property> - <child> - <object class="GtkBox" id="vbox5"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="orientation">vertical</property> - <child> - <object class="GtkCheckButton" id="checkbutton_location_resource_gps"> - <property name="label" translatable="yes">_GPS</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> - <property name="use_underline">True</property> - <property name="draw_indicator">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkCheckButton" id="checkbutton_location_resource_cell"> - <property name="label" translatable="yes">_Cellphone</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> - <property name="use_underline">True</property> - <property name="active">True</property> - <property name="draw_indicator">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">1</property> - </packing> - </child> - <child> - <object class="GtkCheckButton" id="checkbutton_location_resource_network"> - <property name="label" translatable="yes">_Network (IP, Wi-Fi)</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> - <property name="use_underline">True</property> - <property name="active">True</property> - <property name="draw_indicator">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">2</property> - </packing> - </child> - </object> - </child> - </object> - </child> - <child type="label"> - <object class="GtkLabel" id="label5"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes">Location sources:</property> - <attributes> - <attribute name="weight" value="bold"/> - </attributes> - </object> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> </object> <packing> <property name="position">4</property> |