diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-11 20:42:37 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-11 20:42:37 +0800 |
commit | 86c36a6877aec1a7d2fb1ebbf59116aa1d525677 (patch) | |
tree | b933a7e35bb562a2d1b89f7bb0d83dae87acb6cc /libempathy-gtk/empathy-new-message-dialog.glade | |
parent | e9e7f2f2512cc53ff2392715653ff1c3b16ed4bc (diff) | |
download | gsoc2013-empathy-86c36a6877aec1a7d2fb1ebbf59116aa1d525677.tar gsoc2013-empathy-86c36a6877aec1a7d2fb1ebbf59116aa1d525677.tar.gz gsoc2013-empathy-86c36a6877aec1a7d2fb1ebbf59116aa1d525677.tar.bz2 gsoc2013-empathy-86c36a6877aec1a7d2fb1ebbf59116aa1d525677.tar.lz gsoc2013-empathy-86c36a6877aec1a7d2fb1ebbf59116aa1d525677.tar.xz gsoc2013-empathy-86c36a6877aec1a7d2fb1ebbf59116aa1d525677.tar.zst gsoc2013-empathy-86c36a6877aec1a7d2fb1ebbf59116aa1d525677.zip |
Convert glade file to glade3 to minimize future delta
svn path=/trunk/; revision=780
Diffstat (limited to 'libempathy-gtk/empathy-new-message-dialog.glade')
-rw-r--r-- | libempathy-gtk/empathy-new-message-dialog.glade | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/libempathy-gtk/empathy-new-message-dialog.glade b/libempathy-gtk/empathy-new-message-dialog.glade index 25f4b2254..b6b4bcd87 100644 --- a/libempathy-gtk/empathy-new-message-dialog.glade +++ b/libempathy-gtk/empathy-new-message-dialog.glade @@ -25,16 +25,13 @@ <placeholder/> </child> <child> - <widget class="GtkEntry" id="entry_id"> + <widget class="GtkLabel" id="label1"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Account:</property> </widget> <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> + <property name="x_options"></property> </packing> </child> <child> @@ -50,13 +47,16 @@ </packing> </child> <child> - <widget class="GtkLabel" id="label1"> + <widget class="GtkEntry" id="entry_id"> <property name="visible">True</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Account:</property> + <property name="can_focus">True</property> + <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> </widget> <packing> - <property name="x_options"></property> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> </packing> </child> </widget> |