diff options
author | Felix Kaser <f.kaser@gmx.net> | 2010-09-13 22:27:31 +0800 |
---|---|---|
committer | Felix Kaser <f.kaser@gmx.net> | 2010-09-13 22:37:35 +0800 |
commit | d7e8bf5c3db088092e5458f13097a7b81b27c9e2 (patch) | |
tree | 4fbda48a62603b0c6fc13cbf77d24a3f18880583 /src/empathy-main-window.c | |
parent | 1cb32224bfc3f633057cb60229476334909f7d4f (diff) | |
download | gsoc2013-empathy-d7e8bf5c3db088092e5458f13097a7b81b27c9e2.tar gsoc2013-empathy-d7e8bf5c3db088092e5458f13097a7b81b27c9e2.tar.gz gsoc2013-empathy-d7e8bf5c3db088092e5458f13097a7b81b27c9e2.tar.bz2 gsoc2013-empathy-d7e8bf5c3db088092e5458f13097a7b81b27c9e2.tar.lz gsoc2013-empathy-d7e8bf5c3db088092e5458f13097a7b81b27c9e2.tar.xz gsoc2013-empathy-d7e8bf5c3db088092e5458f13097a7b81b27c9e2.tar.zst gsoc2013-empathy-d7e8bf5c3db088092e5458f13097a7b81b27c9e2.zip |
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
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 4 |
1 files changed, 2 insertions, 2 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); |