python-gtk rebuild

This commit is contained in:
Rmys
2022-08-23 12:43:02 +03:00
parent 7db67358d8
commit 7037117b4d
2 changed files with 20 additions and 0 deletions
@@ -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'):