aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-status-preset-dialog.ui
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-06-24 18:56:34 +0800
committerWill Thompson <will.thompson@collabora.co.uk>2011-06-24 18:57:32 +0800
commit896aa85c871372227e96906420659e38d091f2ac (patch)
tree8a703ec635a48d2682eb292ca694a98d120dab4a /libempathy-gtk/empathy-status-preset-dialog.ui
parent712f9da4f80e0426ca449431ffbe6cd3373adf12 (diff)
downloadgsoc2013-empathy-896aa85c871372227e96906420659e38d091f2ac.tar
gsoc2013-empathy-896aa85c871372227e96906420659e38d091f2ac.tar.gz
gsoc2013-empathy-896aa85c871372227e96906420659e38d091f2ac.tar.bz2
gsoc2013-empathy-896aa85c871372227e96906420659e38d091f2ac.tar.lz
gsoc2013-empathy-896aa85c871372227e96906420659e38d091f2ac.tar.xz
gsoc2013-empathy-896aa85c871372227e96906420659e38d091f2ac.tar.zst
gsoc2013-empathy-896aa85c871372227e96906420659e38d091f2ac.zip
PresetDialog: remove support for adding statuses entirely
We already have a way to do this, namely on the contact list itself. So this dialog now becomes just a way to edit/remove the existing statuses. The margins on the VBox are chosen to make its right-hand edge line up exactly with the right-hand edge of the Close button in the dialog.
Diffstat (limited to 'libempathy-gtk/empathy-status-preset-dialog.ui')
-rw-r--r--libempathy-gtk/empathy-status-preset-dialog.ui81
1 files changed, 3 insertions, 78 deletions
diff --git a/libempathy-gtk/empathy-status-preset-dialog.ui b/libempathy-gtk/empathy-status-preset-dialog.ui
index b39e9a77b..359a02f9e 100644
--- a/libempathy-gtk/empathy-status-preset-dialog.ui
+++ b/libempathy-gtk/empathy-status-preset-dialog.ui
@@ -2,30 +2,11 @@
<interface>
<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy project-wide -->
- <object class="GtkVBox" id="toplevel-vbox">
- <property name="visible">True</property>
- <property name="border_width">6</property>
- <property name="orientation">vertical</property>
- <property name="spacing">6</property>
- <child>
- <object class="GtkLabel" id="label2">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Saved Status Messages</property>
- <property name="mnemonic_widget">add-combobox</property>
- <attributes>
- <attribute name="weight" value="bold"/>
- </attributes>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkVBox" id="vbox1">
+ <object class="GtkVBox" id="toplevel-vbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="margin-left">5</property>
+ <property name="margin-right">5</property>
<child>
<object class="GtkScrolledWindow" id="presets-sw">
<property name="width_request">408</property>
@@ -77,60 +58,4 @@
</packing>
</child>
</object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label1">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Save _New Status Message</property>
- <property name="use_underline">True</property>
- <property name="mnemonic_widget">add-combobox</property>
- <attributes>
- <attribute name="weight" value="bold"/>
- </attributes>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="position">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkHBox" id="hbox1">
- <property name="visible">True</property>
- <property name="spacing">3</property>
- <child>
- <object class="GtkComboBox" id="add-combobox">
- <property name="visible">True</property>
- <property name="has-entry">True</property>
- </object>
- <packing>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="add-button">
- <property name="label">gtk-add</property>
- <property name="visible">True</property>
- <property name="sensitive">False</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="use_stock">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="position">4</property>
- </packing>
- </child>
- </object>
</interface>