]> git.0d.be Git - empathy.git/commitdiff
switched notebook pages
authorFelix Kaser <f.kaser@gmx.net>
Mon, 13 Sep 2010 14:27:31 +0000 (15:27 +0100)
committerFelix Kaser <f.kaser@gmx.net>
Mon, 13 Sep 2010 14:37:35 +0000 (15:37 +0100)
to start with the scrolled window for the treeview as first
page. this fixes bug #627238 and the empathy part of bug #626503

src/empathy-main-window.c
src/empathy-main-window.ui

index fa6f1531007e385ae1b8fe5981481b71ca617088..9a336a3aa45159062cb49d2dd4db77e3383097c6 100644 (file)
@@ -92,8 +92,8 @@
 #define GEOMETRY_NAME "main-window"
 
 enum {
-       PAGE_NO_MATCH = 0,
-       PAGE_CONTACT_LIST
+       PAGE_CONTACT_LIST = 0,
+       PAGE_NO_MATCH
 };
 
 G_DEFINE_TYPE (EmpathyMainWindow, empathy_main_window, GTK_TYPE_WINDOW);
index fee4ddc140d2676cb4420bb623f4e12d3935973d..1d06b3eddbd23c00d98e4d30604d728f83519886 100644 (file)
             <property name="can_focus">True</property>
             <property name="show_tabs">False</property>
             <property name="show_border">False</property>
-            <child>
-              <object class="GtkLabel" id="no_entry_label">
-                <property name="visible">True</property>
-                <property name="yalign">0.30000001192092896</property>
-              </object>
-              <packing>
-                <property name="position">0</property>
-              </packing>
-            </child>
             <child>
               <object class="GtkScrolledWindow" id="roster_scrolledwindow">
                 <property name="visible">True</property>
                   <placeholder/>
                 </child>
               </object>
+              <packing>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="no_entry_label">
+                <property name="visible">True</property>
+                <property name="yalign">0.30000001192092896</property>
+              </object>
               <packing>
                 <property name="position">1</property>
               </packing>