[Gd-chatter] r11369 - branches/opendylan-melange/gtk

andreas at gwydiondylan.org andreas at gwydiondylan.org
Wed May 23 01:15:43 CEST 2007


Author: andreas
Date: Wed May 23 01:15:41 2007
New Revision: 11369

Modified:
   branches/opendylan-melange/gtk/gtk.dylan
Log:
Job: fd
 more debugging

Modified: branches/opendylan-melange/gtk/gtk.dylan
==============================================================================
--- branches/opendylan-melange/gtk/gtk.dylan	(original)
+++ branches/opendylan-melange/gtk/gtk.dylan	Wed May 23 01:15:41 2007
@@ -33,6 +33,7 @@
 end;
 
 
+
 define method make(type :: subclass(<GTypeInstance>), #rest args, 
                    #key address, #all-keys)
  => (result :: <GTypeInstance>)
@@ -49,7 +50,7 @@
     result;
   else
     // possible route: convert #rest args into GParamSpec, call g_object_newv()
-    error("Can't create GTypeInstance on my own.");
+    error("Can't create GTypeInstance on my own from %=", type.debug-name);
   end if;
 end method make;
 



More information about the chatter mailing list