Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204837
b: refs/heads/master
c: e0bb7fe
h: refs/heads/master
i:
  204835: 893c5f3
v: v3
  • Loading branch information
Li Zefan authored and Michal Marek committed Jun 2, 2010
1 parent 68cc979 commit c2c916f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f9447c49390f4935e19e89c88ce4a1311c080dbc
refs/heads/master: e0bb7fe2d7e6d7cfa6135fa9ca5634343fff63b5
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/gconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ static gchar **fill_row(struct menu *menu)

row[COL_OPTION] =
g_strdup_printf("%s %s", _(menu_get_prompt(menu)),
sym && sym_has_value(sym) ? "(NEW)" : "");
sym && !sym_has_value(sym) ? "(NEW)" : "");

if (opt_mode == OPT_ALL && !menu_is_visible(menu))
row[COL_COLOR] = g_strdup("DarkGray");
Expand Down

0 comments on commit c2c916f

Please sign in to comment.