python-gtk rebuild
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
diff -Nuar a/gtk/__init__.py b/gtk/__init__.py
|
||||
--- a/gtk/__init__.py 2011-04-01 13:37:25.000000000 +0300
|
||||
+++ b/gtk/__init__.py 2022-08-23 12:36:43.632942446 +0300
|
||||
@@ -124,7 +124,7 @@
|
||||
from gtk._gtk import *
|
||||
|
||||
# Make PyGTK interactive
|
||||
-set_interactive(1)
|
||||
+gtk.set_interactive(1)
|
||||
|
||||
# # For testing, so you can just turn off dynamicnamespace in gtk.override
|
||||
# if hasattr(_gtk, '_get_symbol_names'):
|
||||
Reference in New Issue
Block a user