aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFelix Kaser <f.kaser@gmx.net>2010-09-13 22:27:31 +0800
committerFelix Kaser <f.kaser@gmx.net>2010-09-13 22:37:35 +0800
commitd7e8bf5c3db088092e5458f13097a7b81b27c9e2 (patch)
tree4fbda48a62603b0c6fc13cbf77d24a3f18880583 /src
parent1cb32224bfc3f633057cb60229476334909f7d4f (diff)
downloadgsoc2013-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')
-rw-r--r--src/empathy-main-window.c4
-rw-r--r--src/empathy-main-window.ui18
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
@@ -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>