Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220667
b: refs/heads/master
c: c55c9d5
h: refs/heads/master
i:
  220665: 9915377
  220663: 7ec4970
v: v3
  • Loading branch information
Arnaud Lacombe committed Sep 20, 2010
1 parent 90ceca5 commit bf703ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f6ce00b8cca0517f7296cd76059e1fb37d01c871
refs/heads/master: c55c9d571a3db7a096834b6c8a58d5a32dc807e6
12 changes: 6 additions & 6 deletions trunk/scripts/kconfig/gconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]) {
Expand All @@ -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();
Expand Down

0 comments on commit bf703ab

Please sign in to comment.