summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20120306/603c8f66/attachment-0001.bin
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20120306/603c8f66/attachment-0001.bin
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120306/603c8f66/attachment-0001.bin')
-rw-r--r--zarb-ml/mageia-dev/attachments/20120306/603c8f66/attachment-0001.bin11
1 files changed, 11 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120306/603c8f66/attachment-0001.bin b/zarb-ml/mageia-dev/attachments/20120306/603c8f66/attachment-0001.bin
new file mode 100644
index 000000000..bd89571fb
--- /dev/null
+++ b/zarb-ml/mageia-dev/attachments/20120306/603c8f66/attachment-0001.bin
@@ -0,0 +1,11 @@
+--- /usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py 2012-02-21 01:49:17.000000000 +0200
++++ Gtk.py 2012-03-06 20:24:00.156775212 +0200
+@@ -1378,7 +1378,7 @@
+ if Gtk._version != '2.0':
+ class Menu(Gtk.Menu):
+ def popup(self, parent_menu_shell, parent_menu_item, func, data, button, activate_time):
+- self.popup_for_device(None, parent_menu_shell, parent_menu_item, func, data, button, activate_time)
++ super(Menu, self).popup(None, parent_menu_shell, parent_menu_item, func, data, button, activate_time)
+ Menu = override(Menu)
+ __all__.append('Menu')
+