]> git.0d.be Git - empathy.git/commitdiff
empathy-contact-selector-dialog.ui: load/save in Glade
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 29 Sep 2011 11:12:31 +0000 (13:12 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 29 Sep 2011 12:44:27 +0000 (14:44 +0200)
No change.

https://bugzilla.gnome.org/show_bug.cgi?id=660429

libempathy-gtk/empathy-contact-selector-dialog.ui

index e864668899d101a7fb5c483efe73c416ade954e1..daa8f6e1297ce0ecd8d17a7dd298943f4f256469 100644 (file)
@@ -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>