[empathy] empathy-contact-selector-dialog.ui: load/save in Glade



commit fe0e3674962567c89dc5547d021272c559073210
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Sep 29 13:12:31 2011 +0200

    empathy-contact-selector-dialog.ui: load/save in Glade
    
    No change.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660429

 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 e864668..daa8f6e 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]