[Bug 1171433] Re: Popup menu doesn't work

2013-04-29 Thread POPSuL
** Description changed: Hi guys! I'm using a Python and gir bindings to libgtk3, and I've trouble with Gtk.Menu - (and gi.overrides.Menu) in Ubuntu Raring and guess that is bug. After calling + (and gi.overrides.Menu) in Ubuntu Raring and I think that is bug. After calling menu.popup(Non

[Bug 1171433] Re: Popup menu doesn't work

2013-04-27 Thread POPSuL
Hello again. During the time while I waited an answer about this issue I found temporary solution for solve it problem. Attached example has contains a following part of the code: def on_button_press(w, event): if event.button == 3: menu = Menu() menu.add(Gtk.MenuItem("item 1"

[Bug 1171433] Re: Popup menu doesn't work

2013-04-23 Thread Dmitry-Kogura
I confirm this bug. In my application (with gir1.2-gtk-3.0 using) popup menu doesn't work too since I updated to Raring. In Quantal all is OK. Please, fix it, otherwise my application just can not use in Raring. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1171433] Re: Popup menu doesn't work

2013-04-22 Thread POPSuL
** Description changed: Hi guys! I'm using a Python and gir bindings to libgtk3, and I've trouble with Gtk.Menu - (and gi.overrides.Menu) and guess that is bug. After calling + (and gi.overrides.Menu) in Ubuntu Raring and guess that is bug. After calling menu.popup(None, None, lambda men

[Bug 1171433] Re: Popup menu doesn't work

2013-04-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gobject-introspection (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/117143

[Bug 1171433] Re: Popup menu doesn't work

2013-04-22 Thread POPSuL
** Tags added: raring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1171433 Title: Popup menu doesn't work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/go