diff mde/gui/widget/TextWidget.d @ 170:e45226d3deae

Context menu services not applicable to the current type can now be hidden. Added files missing from previous commits.
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 29 Jun 2009 21:20:16 +0200
parents 55667d048c31
children 0dd49f333189
line wrap: on
line diff
--- a/mde/gui/widget/TextWidget.d	Mon Jun 29 18:55:50 2009 +0200
+++ b/mde/gui/widget/TextWidget.d	Mon Jun 29 21:20:16 2009 +0200
@@ -111,7 +111,7 @@
     }
     
 protected:
-    void updateVal (Content) {	// callback
+    void updateVal (IContent) {	// callback
         adapter.text = content_.toString(cIndex);
         wdim omw = mw, omh = mh;
         adapter.getDimensions (mw, mh);
@@ -192,7 +192,7 @@
     }
     
 protected:
-    void update (Content) {	// callback
+    void update (IContent) {	// callback
         adapter.text = content_.toString(0);
         wdim omw = mw, omh = mh;
         adapter.getDimensions (mw, mh);