[Gd-chatter] r11514 - branches/opendylan-melange/gtk-duim

hannes at gwydiondylan.org hannes at gwydiondylan.org
Tue Dec 4 15:03:47 CET 2007


Author: hannes
Date: Tue Dec  4 15:03:46 2007
New Revision: 11514

Modified:
   branches/opendylan-melange/gtk-duim/gtk-gadgets.dylan
Log:
Job: minor
report errors, don't fail silently!


Modified: branches/opendylan-melange/gtk-duim/gtk-gadgets.dylan
==============================================================================
--- branches/opendylan-melange/gtk-duim/gtk-gadgets.dylan	(original)
+++ branches/opendylan-melange/gtk-duim/gtk-gadgets.dylan	Tue Dec  4 15:03:46 2007
@@ -1202,9 +1202,6 @@
     end;
   end;
   
-  unless (every?(rcurry(instance?, <integer>), new-selection))
-    new-selection := #[];
-  end;
   gtk-debug("  Selection now %=", new-selection);
   distribute-selection-changed-callback(gadget, new-selection);
   #t



More information about the chatter mailing list