Hi Moritz,
A good thing to do would be to pair your example down into something
runnable from a console without any dependencies except GObject and Gtk if
possible. Anyone helping will have to do this anyway in order to observe
the problem. However, something that immediately stuck out in the code, and
I'm not sure if it's a problem, is deriving from both Gtk.Button and
GObject.GObject. I don't think this is needed because GObject is already a
parent class of Gtk.Button.

-Simon

On Fri, Jul 6, 2012 at 9:26 AM, Moritz Renftle <rueckmeld...@renftle.net>wrote:

> hi!
>
> i'm trying to create a custom signal for a file-selection-button, code
> is here: http://bpaste.net/show/DZwtKCPDBcpCv0g0NQCn/
>
> the problem:
> when the signal is emitted in the image_selection-method, it doesn't
> call the connected signal handler, if this handler is not within the
> same class. but if i connect the signal with a method in the same class,
> it works.
>
> is this a pygi-related bug or am i doing something wrong?
>
> thanks in advance,
> moritz
>
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to