]> git.street.me.uk Git - andy/viking.git/blobdiff - src/background.c
Add ability to append other type of track or route to a route or track.
[andy/viking.git] / src / background.c
index 74b1097851ae10ed2ee14d3cc6ebe1010676a147..f08e9bbe5481f66f9e2cfe6338806054dc84c025 100644 (file)
@@ -50,7 +50,7 @@ void a_background_update_status ( VikWindow *vw, gpointer data )
 {
   static gchar buf[20];
   g_snprintf(buf, sizeof(buf), _("%d items"), bgitemcount);
-  vik_window_signal_statusbar_update ( vw, buf );
+  vik_window_signal_statusbar_update ( vw, buf, VIK_STATUSBAR_ITEMS );
 }
 
 static void background_thread_update ()