aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chatrooms-window.ui
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-04 17:44:06 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-04 17:44:57 +0800
commit3ca24320ad62f6207501197d290a47d99bb487e4 (patch)
tree1bfc7dca3d0030342111344da0929cc8e6565dc1 /src/empathy-chatrooms-window.ui
parent3e383f71374ddc2a4eac3f012ad4b93236fc6887 (diff)
downloadgsoc2013-empathy-3ca24320ad62f6207501197d290a47d99bb487e4.tar
gsoc2013-empathy-3ca24320ad62f6207501197d290a47d99bb487e4.tar.gz
gsoc2013-empathy-3ca24320ad62f6207501197d290a47d99bb487e4.tar.bz2
gsoc2013-empathy-3ca24320ad62f6207501197d290a47d99bb487e4.tar.lz
gsoc2013-empathy-3ca24320ad62f6207501197d290a47d99bb487e4.tar.xz
gsoc2013-empathy-3ca24320ad62f6207501197d290a47d99bb487e4.tar.zst
gsoc2013-empathy-3ca24320ad62f6207501197d290a47d99bb487e4.zip
chatrooms-window: remove the 'edit' button
It has never been implemented so there is no point keeping it (#520207).
Diffstat (limited to 'src/empathy-chatrooms-window.ui')
-rw-r--r--src/empathy-chatrooms-window.ui24
1 files changed, 10 insertions, 14 deletions
diff --git a/src/empathy-chatrooms-window.ui b/src/empathy-chatrooms-window.ui
index 3d18051d4..83f3fd064 100644
--- a/src/empathy-chatrooms-window.ui
+++ b/src/empathy-chatrooms-window.ui
@@ -62,39 +62,35 @@
<object class="GtkHButtonBox" id="hbuttonbox3">
<property name="visible">True</property>
<property name="spacing">6</property>
- <property name="layout_style">GTK_BUTTONBOX_END</property>
+ <property name="layout_style">end</property>
<child>
<object class="GtkButton" id="button_remove">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="can_default">True</property>
<property name="label">gtk-remove</property>
- <property name="use_stock">True</property>
- </object>
- </child>
- <child>
- <object class="GtkButton" id="button_edit">
<property name="visible">True</property>
- <property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
- <property name="label">gtk-edit</property>
+ <property name="receives_default">False</property>
<property name="use_stock">True</property>
</object>
<packing>
- <property name="position">1</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="button_close">
+ <property name="label">gtk-close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
- <property name="label">gtk-close</property>
+ <property name="receives_default">True</property>
<property name="use_stock">True</property>
</object>
<packing>
- <property name="position">2</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
</packing>
</child>
</object>