[empathy] switched notebook pages



commit d7e8bf5c3db088092e5458f13097a7b81b27c9e2
Author: Felix Kaser <f kaser gmx net>
Date:   Mon Sep 13 15:27:31 2010 +0100

    switched notebook pages
    
    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  |    4 ++--
 src/empathy-main-window.ui |   18 +++++++++---------
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index fa6f153..9a336a3 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -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);
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui
index fee4ddc..1d06b3e 100644
--- a/src/empathy-main-window.ui
+++ b/src/empathy-main-window.ui
@@ -308,15 +308,6 @@
             <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>
                 <property name="can_focus">True</property>
@@ -328,6 +319,15 @@
                 </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>
             </child>



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