Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323700
b: refs/heads/master
c: ed70c60
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Aug 17, 2012
1 parent 83a3282 commit 3a2e5e3
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 4bb1646a80db65bb45c0a1bffb2435c6690c392e
refs/heads/master: ed70c609ae92e0cb03b746ab566c3cf8f2aaede4
5 changes: 4 additions & 1 deletion trunk/tools/perf/ui/gtk/browser.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "../evsel.h"
#include "../sort.h"
#include "../hist.h"
#include "../helpline.h"
#include "gtk.h"

#include <signal.h>
Expand Down Expand Up @@ -166,7 +167,7 @@ static GtkWidget *perf_gtk__setup_statusbar(void)
}

int perf_evlist__gtk_browse_hists(struct perf_evlist *evlist,
const char *help __used,
const char *help,
void (*timer) (void *arg)__used,
void *arg __used, int delay_secs __used)
{
Expand Down Expand Up @@ -233,6 +234,8 @@ int perf_evlist__gtk_browse_hists(struct perf_evlist *evlist,

gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER);

ui_helpline__push(help);

gtk_main();

perf_gtk__deactivate_context(&pgctx);
Expand Down

0 comments on commit 3a2e5e3

Please sign in to comment.