summarylogtreecommitdiffstats
path: root/fix-crash.patch
blob: 2aa7d69c40ac8002a85bebec7f9e5d113c24c198 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Naur mate-menu.orig/mate_menu/plugins/applications.py mate-menu/mate_menu/plugins/applications.py
--- mate-menu.orig/mate_menu/plugins/applications.py	2015-11-07 02:12:28.374273614 +0100
+++ mate-menu/mate_menu/plugins/applications.py	2015-11-07 02:11:53.753309742 +0100
@@ -879,6 +884,7 @@
                 startupMenuItem.connect( "toggled", self.onAddToStartup, widget )
 
             self.mateMenuWin.stopHiding()
+            gtk.gtk_menu_popup.argtypes = [c_void_p, c_void_p, c_void_p, c_void_p, c_void_p, c_uint, c_uint]
             gtk.gtk_menu_popup(hash(mTree), None, None, None, None, event.button, event.time)
 
     def searchPopup( self, widget=None, event=None ):