Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209266
b: refs/heads/master
c: 9e22d63
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Aug 10, 2010
1 parent 7ce9a48 commit df3c5db
Show file tree
Hide file tree
Showing 3 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: 92221162875ec48913d3f9710046e48d599c9cf2
refs/heads/master: 9e22d6377ce6f31b1cc0bff16daeda2780495061
1 change: 1 addition & 0 deletions trunk/tools/perf/util/ui/browser.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ int ui_browser__show(struct ui_browser *self, const char *title)
newtFormAddHotKey(self->form, NEWT_KEY_PGDN);
newtFormAddHotKey(self->form, NEWT_KEY_HOME);
newtFormAddHotKey(self->form, NEWT_KEY_END);
newtFormAddHotKey(self->form, ' ');
newtFormAddComponent(self->form, self->sb);
return 0;
}
Expand Down
1 change: 0 additions & 1 deletion trunk/tools/perf/util/ui/browsers/annotate.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ int hist_entry__tui_annotate(struct hist_entry *self)

browser.b.width += 18; /* Percentage */
ui_browser__show(&browser.b, self->ms.sym->name);
newtFormAddHotKey(browser.b.form, ' ');
ret = ui_browser__run(&browser.b, &es);
newtFormDestroy(browser.b.form);
newtPopWindow();
Expand Down

0 comments on commit df3c5db

Please sign in to comment.