** 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
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"
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
** 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
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
** 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