[empathy] Remove contact list size radiobuttons from preferences
- From: Danielle Madeley <daniellem src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Remove contact list size radiobuttons from preferences
- Date: Tue, 15 May 2012 10:46:32 +0000 (UTC)
commit f58d68ddddf15dfe4e0d49af86e2add3c606316e
Author: Danielle Madeley <danielle madeley collabora co uk>
Date: Tue May 15 17:14:48 2012 +1000
Remove contact list size radiobuttons from preferences
src/empathy-preferences.c | 4 --
src/empathy-preferences.ui | 89 --------------------------------------------
2 files changed, 0 insertions(+), 93 deletions(-)
---
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c
index ee80054..c72c6ae 100644
--- a/src/empathy-preferences.c
+++ b/src/empathy-preferences.c
@@ -216,10 +216,6 @@ preferences_setup_widgets (EmpathyPreferences *preferences,
"radiobutton_chats_new_windows");
BIND_ACTIVE (ui, UI_EVENTS_NOTIFY_AREA,
"checkbutton_events_notif_area");
- BIND_ACTIVE (ui, UI_SHOW_AVATARS,
- "radiobutton_normal_size_avatars");
- BIND_ACTIVE (ui, UI_COMPACT_CONTACT_LIST,
- "radiobutton_compact_size");
BIND_ACTIVE (ui, UI_SHOW_BALANCES,
"checkbutton_show_balances");
diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui
index a06911f..a17f000 100644
--- a/src/empathy-preferences.ui
+++ b/src/empathy-preferences.ui
@@ -135,95 +135,6 @@
<property name="position">3</property>
</packing>
</child>
- <child>
- <object class="GtkGrid" id="grid1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="column_spacing">3</property>
- <property name="n_columns">2</property>
- <child>
- <object class="GtkLabel" id="label11">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="halign">start</property>
- <property name="label" translatable="yes">Contact size:</property>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">0</property>
- <property name="width">1</property>
- <property name="height">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkRadioButton" id="radiobutton_normal_size_avatars">
- <property name="label" translatable="yes">normal size with avatars</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="xalign">0</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">0</property>
- <property name="width">1</property>
- <property name="height">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkRadioButton" id="radiobutton_normal_size">
- <property name="label" translatable="yes">normal size</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="xalign">0</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- <property name="group">radiobutton_normal_size_avatars</property>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">1</property>
- <property name="width">1</property>
- <property name="height">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkRadioButton" id="radiobutton_compact_size">
- <property name="label" translatable="yes">compact size </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="xalign">0</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- <property name="group">radiobutton_normal_size_avatars</property>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">2</property>
- <property name="width">1</property>
- <property name="height">1</property>
- </packing>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">4</property>
- </packing>
- </child>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]