Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220666
b: refs/heads/master
c: f6ce00b
h: refs/heads/master
v: v3
  • Loading branch information
Arnaud Lacombe committed Sep 19, 2010
1 parent 9915377 commit 90ceca5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 76a540958af5390a94b7f68c46cb7f2aed34ccf1
refs/heads/master: f6ce00b8cca0517f7296cd76059e1fb37d01c871
4 changes: 4 additions & 0 deletions trunk/scripts/kconfig/zconf.y
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,10 @@ void conf_parse(const char *name)
prop = prop_alloc(P_DEFAULT, modules_sym);
prop->expr = expr_alloc_symbol(sym_lookup("MODULES", 0));
}

rootmenu.prompt->text = _(rootmenu.prompt->text);
rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text);

menu_finalize(&rootmenu);
for_all_symbols(i, sym) {
if (sym_check_deps(sym))
Expand Down

0 comments on commit 90ceca5

Please sign in to comment.