]> git.street.me.uk Git - andy/viking.git/blobdiff - src/acquire.c
The vikgoto should not be calling display updates.
[andy/viking.git] / src / acquire.c
index 5d8d4025c131a18b80c57ff3c8f3e5d16da32c61..78fcfca2351a6881b42550ba73240fba8272ddd6 100644 (file)
@@ -83,7 +83,7 @@ static void progress_func ( BabelProgressCode c, gpointer data, acq_dialog_widge
   gdk_threads_leave ();
 
   if ( w->source_interface->progress_func )
-    w->source_interface->progress_func ( (gpointer) c, data, w );
+    w->source_interface->progress_func ( c, data, w );
 }