From d7e8bf5c3db088092e5458f13097a7b81b27c9e2 Mon Sep 17 00:00:00 2001 From: Felix Kaser Date: Mon, 13 Sep 2010 15:27:31 +0100 Subject: 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 fa6f15310..9a336a3aa 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 fee4ddc14..1d06b3edd 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -307,15 +307,6 @@ True False False - - - True - 0.30000001192092896 - - - 0 - - True @@ -327,6 +318,15 @@ + + 0 + + + + + True + 0.30000001192092896 + 1 -- cgit v1.2.3