Re: [PATCH 3/6] perf ui/gtk: Implement ui_progress functions

2012-11-15 Thread Namhyung Kim
Hi Pekka, On Thu, 15 Nov 2012 09:47:23 +0200 (EET), Pekka Enberg wrote: > On Tue, 13 Nov 2012, Namhyung Kim wrote: >> From: Namhyung Kim >> >> Implement progress update function for GTK2 front end. >> >> Note that since it will be called before gtk main loop so that >> we should call gtk event

Re: [PATCH 3/6] perf ui/gtk: Implement ui_progress functions

2012-11-14 Thread Pekka Enberg
On Tue, 13 Nov 2012, Namhyung Kim wrote: > From: Namhyung Kim > > Implement progress update function for GTK2 front end. > > Note that since it will be called before gtk main loop so that > we should call gtk event loop handler directly. > > Cc: Pekka Enberg > Signed-off-by: Namhyung Kim > d