El dom, 06-04-2008 a las 22:05 -0500, Moises escribió: > > > GLib-GObject-WARNING **: gsignal.c:1667: signal > `file-set' is invalid for instance `08E82790' >
What's your GTK+ version? The "file-set" signal was first added in 2.12. Maybe you are using an older version. (And you should never use explicit casting with GObject. Use the appropriate macros instead, in this case G_OBJECT () is what you should use) Claudio -- Claudio Saavedra <[EMAIL PROTECTED]> _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
