]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikdemlayer.c
Allow statusbar update signal method to specify which part of the statusbar to update.
[andy/viking.git] / src / vikdemlayer.c
index b764c3ec0dbfe51683323392cf8afde740af16bd..52c0b3dad19c116ed418daf58242876e9196030f 100644 (file)
@@ -134,7 +134,9 @@ static VikToolInterface dem_tools[] = {
   { { "DEMDownload", "vik-icon-DEM Download", N_("_DEM Download"), NULL, N_("DEM Download"), 0 },
     (VikToolConstructorFunc) dem_layer_download_create, NULL, NULL, NULL,
     (VikToolMouseFunc) dem_layer_download_click, NULL,  (VikToolMouseFunc) dem_layer_download_release,
-    (VikToolKeyFunc) NULL, GDK_CURSOR_IS_PIXMAP, &cursor_demdl_pixbuf },
+    (VikToolKeyFunc) NULL,
+    FALSE,
+    GDK_CURSOR_IS_PIXMAP, &cursor_demdl_pixbuf },
 };