aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-04-17 16:38:26 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-04-17 16:38:26 +0800
commit7cc5b1b1f44645b4528288676c526ed14fd100fd (patch)
tree6ca4f1c9b1d6e958e24ffdca33b87b08e9e26f1a /libempathy-gtk
parentebda1e986e857b755235aa351711d8656b290f2c (diff)
downloadgsoc2013-empathy-7cc5b1b1f44645b4528288676c526ed14fd100fd.tar
gsoc2013-empathy-7cc5b1b1f44645b4528288676c526ed14fd100fd.tar.gz
gsoc2013-empathy-7cc5b1b1f44645b4528288676c526ed14fd100fd.tar.bz2
gsoc2013-empathy-7cc5b1b1f44645b4528288676c526ed14fd100fd.tar.lz
gsoc2013-empathy-7cc5b1b1f44645b4528288676c526ed14fd100fd.tar.xz
gsoc2013-empathy-7cc5b1b1f44645b4528288676c526ed14fd100fd.tar.zst
gsoc2013-empathy-7cc5b1b1f44645b4528288676c526ed14fd100fd.zip
Save empathy-presence-chooser.ui using glade-3, it fix a crasher because of malformed format.
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-presence-chooser.ui37
1 files changed, 22 insertions, 15 deletions
diff --git a/libempathy-gtk/empathy-presence-chooser.ui b/libempathy-gtk/empathy-presence-chooser.ui
index 32b34ad0c..6e0a155d0 100644
--- a/libempathy-gtk/empathy-presence-chooser.ui
+++ b/libempathy-gtk/empathy-presence-chooser.ui
@@ -1,12 +1,13 @@
<?xml version="1.0"?>
-<!--*- mode: xml -*-->
<interface>
+ <requires lib="gtk+" version="2.16"/>
+ <!-- interface-naming-policy toplevel-contextual -->
<object class="GtkDialog" id="custom_message_dialog">
<property name="visible">True</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Custom message</property>
<property name="resizable">False</property>
- <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+ <property name="type_hint">dialog</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox6">
@@ -33,10 +34,6 @@
<child>
<object class="GtkComboBoxEntry" id="comboboxentry_message">
<property name="visible">True</property>
- <child internal-child="entry">
- <object class="GtkEntry" id="comboboxentry-entry1">
- </object>
- </child>
</object>
<packing>
<property name="left_attach">1</property>
@@ -49,9 +46,10 @@
</child>
<child>
<object class="GtkCheckButton" id="checkbutton_save">
+ <property name="label" translatable="yes">Save message</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Save message</property>
+ <property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
</object>
@@ -59,7 +57,7 @@
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
- <property name="y_options"/>
+ <property name="y_options"></property>
</packing>
</child>
<child>
@@ -72,7 +70,7 @@
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
- <property name="y_options"/>
+ <property name="y_options"></property>
</packing>
</child>
<child>
@@ -83,7 +81,7 @@
</object>
<packing>
<property name="x_options">GTK_FILL</property>
- <property name="y_options"/>
+ <property name="y_options"></property>
</packing>
</child>
</object>
@@ -94,38 +92,47 @@
<child internal-child="action_area">
<object class="GtkHButtonBox" id="dialog-action_area6">
<property name="visible">True</property>
- <property name="layout_style">GTK_BUTTONBOX_END</property>
+ <property name="layout_style">end</property>
<child>
<object class="GtkButton" id="closebutton1">
+ <property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
- <property name="label">gtk-cancel</property>
+ <property name="receives_default">False</property>
<property name="use_stock">True</property>
</object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<object class="GtkButton" id="button1">
+ <property name="label">gtk-apply</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
- <property name="label">gtk-apply</property>
+ <property name="receives_default">False</property>
<property name="use_stock">True</property>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
- <property name="pack_type">GTK_PACK_END</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
</packing>
</child>
</object>
</child>
<action-widgets>
- <action-widget response="0">checkbutton_save</action-widget>
<action-widget response="-6">closebutton1</action-widget>
<action-widget response="-10">button1</action-widget>
</action-widgets>