summaryrefslogtreecommitdiffstats
path: root/chat-im/gajim/py27.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/gajim/py27.patch')
-rw-r--r--chat-im/gajim/py27.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/chat-im/gajim/py27.patch b/chat-im/gajim/py27.patch
deleted file mode 100644
index db9f7e900d..0000000000
--- a/chat-im/gajim/py27.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/gajim.py.orig 2010-03-28 13:35:54.000000000 +0400
-+++ src/gajim.py 2010-07-06 15:58:22.356292703 +0400
-@@ -130,8 +130,8 @@
-
- sys.stderr = MyStderr()
-
--# PyGTK2.10+ only throws a warning
--warnings.filterwarnings('error', module='gtk')
-+# Don't make Gajim crash with Python 2.7
-+# warnings.filterwarnings('error', module='gtk')
- try:
- import gtk
- except Warning, msg: