[empathy] Fix duplicate XML ids in GtkBuilder file that stopped it from loading



commit fdc260402b8cebded24053eb50dc09c3cc8a1608
Author: Davyd Madeley <davyd madeley id au>
Date:   Tue Sep 1 14:15:25 2009 +1000

    Fix duplicate XML ids in GtkBuilder file that stopped it from loading

 libempathy-gtk/empathy-account-widget-jabber.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-account-widget-jabber.ui b/libempathy-gtk/empathy-account-widget-jabber.ui
index 34949be..ccedffb 100644
--- a/libempathy-gtk/empathy-account-widget-jabber.ui
+++ b/libempathy-gtk/empathy-account-widget-jabber.ui
@@ -423,7 +423,7 @@
         <property name="bottom_padding">3</property>
         <property name="left_padding">12</property>
         <child>
-          <object class="GtkVBox" id="vbox1">
+          <object class="GtkVBox" id="vbox1a">
             <property name="visible">True</property>
             <property name="orientation">vertical</property>
             <property name="spacing">4</property>
@@ -522,7 +522,7 @@
         <property name="bottom_padding">3</property>
         <property name="left_padding">12</property>
         <child>
-          <object class="GtkVBox" id="vbox1">
+          <object class="GtkVBox" id="vbox1b">
             <property name="visible">True</property>
             <property name="orientation">vertical</property>
             <property name="spacing">4</property>
@@ -566,7 +566,7 @@
       </packing>
     </child>
     <child>
-      <object class="GtkAlignment" id="alignment2">
+      <object class="GtkAlignment" id="alignment2a">
         <property name="visible">True</property>
         <property name="xalign">0</property>
         <property name="yalign">0</property>



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