diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-08-25 23:02:14 +0800 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-09-06 18:53:06 +0800 |
commit | 820ebbc7f67288715794f712be7c9f12130b7565 (patch) | |
tree | 0f6dbfc53f5f79be752e6c6d10d3c3365a309468 | |
parent | 3db17606a2d9e16abb9bff10233a579852b8559b (diff) | |
download | gsoc2013-empathy-820ebbc7f67288715794f712be7c9f12130b7565.tar gsoc2013-empathy-820ebbc7f67288715794f712be7c9f12130b7565.tar.gz gsoc2013-empathy-820ebbc7f67288715794f712be7c9f12130b7565.tar.bz2 gsoc2013-empathy-820ebbc7f67288715794f712be7c9f12130b7565.tar.lz gsoc2013-empathy-820ebbc7f67288715794f712be7c9f12130b7565.tar.xz gsoc2013-empathy-820ebbc7f67288715794f712be7c9f12130b7565.tar.zst gsoc2013-empathy-820ebbc7f67288715794f712be7c9f12130b7565.zip |
Preferences: remove Appearance label in Themes tab.
This label doesn't add anything, so I removed it. The indentation is
weird because I hand-edited the Glade file to show that nothing's really
changed: I'll reindent it in the next patch.
-rw-r--r-- | src/empathy-preferences.ui | 41 |
1 files changed, 1 insertions, 40 deletions
diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui index 1d8759f94..9e4996e49 100644 --- a/src/empathy-preferences.ui +++ b/src/empathy-preferences.ui @@ -973,28 +973,10 @@ </packing> </child> <child> - <object class="GtkBox" id="vbox206"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="border_width">12</property> - <property name="orientation">vertical</property> - <property name="spacing">18</property> - <child> - <object class="GtkFrame" id="frame11"> - <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="alignment19"> - <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="vbox_chat_theme"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="border_width">12</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> @@ -1086,27 +1068,6 @@ </packing> </child> </object> - </child> - </object> - </child> - <child type="label"> - <object class="GtkLabel" id="label626"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes">Appearance</property> - <attributes> - <attribute name="weight" value="bold"/> - </attributes> - </object> - </child> - </object> - <packing> - <property name="expand">True</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - </object> <packing> <property name="position">6</property> </packing> |