# HG changeset patch # User Frank Benoit # Date 1207819341 -7200 # Node ID 6e6405809fafd5a0080a908f7d75cfce65881f42 # Parent 6fb20f548c46e529ea9c741a1eb81b265d36ec36 version for jive diff -r 6fb20f548c46 -r 6e6405809faf jface/ActionAndStatusbar.d --- a/jface/ActionAndStatusbar.d Thu Apr 10 09:32:17 2008 +0200 +++ b/jface/ActionAndStatusbar.d Thu Apr 10 11:22:21 2008 +0200 @@ -9,6 +9,8 @@ Port to the D programming language: Frank Benoit +Added some stuff to play with the statusbar and its progressmonitor + */ module jface.ActionAndStatusbar; @@ -26,7 +28,7 @@ import dwt.widgets.Display; import tango.text.convert.Format; -import jive.stacktrace; +version(JIVE) import jive.stacktrace; import dwt.dwthelper.utils; import dwt.dwthelper.Runnable; @@ -123,4 +125,4 @@ Display.getCurrent().syncExec(runner); } } -} \ No newline at end of file +}