]> git.pld-linux.org Git - packages/gnome-tweaks.git/blobdiff - pyc.patch
Update to 3.26.4
[packages/gnome-tweaks.git] / pyc.patch
diff --git a/pyc.patch b/pyc.patch
deleted file mode 100644 (file)
index 3d04d60..0000000
--- a/pyc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN gnome-tweak-tool-2.91.92/gtweak/tweakmodel.py gnome-tweak-tool-2.91.92.new//gtweak/tweakmodel.py
---- gnome-tweak-tool-2.91.92/gtweak/tweakmodel.py      2011-03-09 20:33:40.000000000 +0000
-+++ gnome-tweak-tool-2.91.92.new//gtweak/tweakmodel.py 2011-03-19 12:46:22.703334424 +0000
-@@ -67,7 +67,7 @@
-     def load_tweaks(self, main_window):
-         tweak_files = [
-                 os.path.splitext(os.path.split(f)[-1])[0]
--                    for f in glob.glob(os.path.join(self._tweak_dir, "tweak_group_*.py"))]
-+                    for f in glob.glob(os.path.join(self._tweak_dir, "tweak_group_*.pyc"))]
-         if not gtweak.ENABLE_TEST:
-             try:
This page took 0.033251 seconds and 4 git commands to generate.