X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FAPI%2FgtkTraceSet.c;h=8aeca549af2ef66ebc3175a741eb1e97c989b2b7;hb=3cff8cc1d88c1b4ebb51f420e3bc573643d653b8;hp=22de5b16413230d9e686873c98e0ad6c9fcd7652;hpb=716e4367df9c21316d326ee18b703cd0d25ace74;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/API/gtkTraceSet.c b/ltt/branches/poly/lttv/modules/gui/API/gtkTraceSet.c index 22de5b16..8aeca549 100644 --- a/ltt/branches/poly/lttv/modules/gui/API/gtkTraceSet.c +++ b/ltt/branches/poly/lttv/modules/gui/API/gtkTraceSet.c @@ -498,7 +498,7 @@ void unreg_update_current_time(LttvHook hook, gpointer hook_data, void set_focused_pane(MainWindow *main_win, gpointer paned) { - gtk_custom_set_focus((GtkWidget*)main_win->current_tab->custom,paned); + gtk_multi_vpaned_set_focus((GtkWidget*)main_win->current_tab->multi_vpaned,paned); }