cosmetic change : add 1 pixel border around viewers
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.c
index 179eab0ad157806f33bd85545ea64315d81a2d43..d76ce1545b792d2d4121220a45e789c0e8a83ac7 100644 (file)
@@ -119,7 +119,7 @@ void set_current_position(Tab *tab, const LttvTracesetContextPosition *pos)
   g_assert(lttv_iattribute_find_by_path(tab->attributes,
            "hooks/updatecurrentposition", LTTV_POINTER, &value));
   tmp = (LttvHooks*)*(value.v_pointer);
-  if(tmp != NULL) lttv_hooks_call(tmp, &pos);
+  if(tmp != NULL) lttv_hooks_call(tmp, pos);
 }
 
 void add_toolbar_constructor(MainWindow *mw, LttvToolbarClosure *toolbar_c)
This page took 0.023305 seconds and 4 git commands to generate.