From bf703abba203b36681e98d891e62fc277b556bba Mon Sep 17 00:00:00 2001 From: Arnaud Lacombe Date: Sun, 19 Sep 2010 22:47:17 -0400 Subject: [PATCH] --- yaml --- r: 220667 b: refs/heads/master c: c55c9d571a3db7a096834b6c8a58d5a32dc807e6 h: refs/heads/master i: 220665: 991537780fb4b7145e4033abc440ef0004f5aaa2 220663: 7ec49701c4fc3b186a8841d4ff208909edd9e4e5 v: v3 --- [refs] | 2 +- trunk/scripts/kconfig/gconf.c | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index c39a41bb4621..ab19a0e826a2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f6ce00b8cca0517f7296cd76059e1fb37d01c871 +refs/heads/master: c55c9d571a3db7a096834b6c8a58d5a32dc807e6 diff --git a/trunk/scripts/kconfig/gconf.c b/trunk/scripts/kconfig/gconf.c index 16362139d52a..262fbd19c1ea 100644 --- a/trunk/scripts/kconfig/gconf.c +++ b/trunk/scripts/kconfig/gconf.c @@ -1530,12 +1530,6 @@ int main(int ac, char *av[]) else glade_file = g_strconcat(g_get_current_dir(), "/", av[0], ".glade", NULL); - /* Load the interface and connect signals */ - init_main_window(glade_file); - init_tree_model(); - init_left_tree(); - init_right_tree(); - /* Conf stuffs */ if (ac > 1 && av[1][0] == '-') { switch (av[1][1]) { @@ -1555,6 +1549,12 @@ int main(int ac, char *av[]) fixup_rootmenu(&rootmenu); conf_read(NULL); + /* Load the interface and connect signals */ + init_main_window(glade_file); + init_tree_model(); + init_left_tree(); + init_right_tree(); + switch (view_mode) { case SINGLE_VIEW: display_tree_part();