On Jul 13, 2008, at 13:03, [EMAIL PROTECTED] wrote: > Sun Jul 13 21:35:09 NZST 2008 [EMAIL PROTECTED] > * Add `isA` function to GObjectClass and gType* functions for > each type > > You can use this function to test the type of an object. For > instance.. > > when (obj `isA` gTypeNotebook) > doSomething $ castToNotebook obj > >
Ok, my bad. I applied your patches. The reason why I thought I missed something was that your patch were encoded as Latin-1 (or some such). Opening them and saving them as UTF-8 solved the problem. The reason is that the seemingly missing patch had a non-ASCII character in it. I've pushed both patches. Thanks, Axel. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Gtk2hs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel
