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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/empathy-main-window.c') 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); -- cgit v1.2.3