basic lttvwindow works
[lttv.git] / ltt / branches / poly / lttv / modules / gui / statistics / statistics.c
index d8d324655673fdfbd40d9ef7186e130572758c75..ed460d4957672d89b5dae39c54e1217da55a88da 100644 (file)
@@ -315,7 +315,7 @@ void grab_focus(GtkWidget *widget, gpointer data)
 {
   StatisticViewerData *statistic_viewer_data = (StatisticViewerData *)data;
   MainWindow * mw = statistic_viewer_data->mw;
-  lttvwindow_report_focus(mw, gtk_widget_get_parent(statistic_viewer_data->hpaned_v));
+  lttvwindow_report_focus(mw, statistic_viewer_data->hpaned_v);
 }
 
 static void
This page took 0.035658 seconds and 4 git commands to generate.