diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-29 19:12:31 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-29 20:44:27 +0800 |
commit | fe0e3674962567c89dc5547d021272c559073210 (patch) | |
tree | 037ac12c7c17be969ae7df89c9bb674c97f31c30 | |
parent | 724817f46056c2c0479e979059b9365c7cb17fdf (diff) | |
download | gsoc2013-empathy-fe0e3674962567c89dc5547d021272c559073210.tar gsoc2013-empathy-fe0e3674962567c89dc5547d021272c559073210.tar.gz gsoc2013-empathy-fe0e3674962567c89dc5547d021272c559073210.tar.bz2 gsoc2013-empathy-fe0e3674962567c89dc5547d021272c559073210.tar.lz gsoc2013-empathy-fe0e3674962567c89dc5547d021272c559073210.tar.xz gsoc2013-empathy-fe0e3674962567c89dc5547d021272c559073210.tar.zst gsoc2013-empathy-fe0e3674962567c89dc5547d021272c559073210.zip |
empathy-contact-selector-dialog.ui: load/save in Glade
No change.
https://bugzilla.gnome.org/show_bug.cgi?id=660429
-rw-r--r-- | libempathy-gtk/empathy-contact-selector-dialog.ui | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-contact-selector-dialog.ui b/libempathy-gtk/empathy-contact-selector-dialog.ui index e86466889..daa8f6e12 100644 --- a/libempathy-gtk/empathy-contact-selector-dialog.ui +++ b/libempathy-gtk/empathy-contact-selector-dialog.ui @@ -1,9 +1,9 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <interface> - <!-- interface-requires gtk+ 2.12 --> - <!-- interface-naming-policy toplevel-contextual --> + <!-- interface-requires gtk+ 3.0 --> <object class="GtkTable" id="table_contact"> <property name="visible">True</property> + <property name="can_focus">False</property> <property name="n_rows">2</property> <property name="n_columns">2</property> <property name="column_spacing">6</property> @@ -11,6 +11,7 @@ <child> <object class="GtkLabel" id="account_chooser_label"> <property name="visible">True</property> + <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label" translatable="yes">Account:</property> </object> @@ -21,6 +22,7 @@ <child> <object class="GtkLabel" id="label2"> <property name="visible">True</property> + <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label" translatable="yes">Contact ID:</property> </object> |