diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-01-25 22:58:11 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-01-25 22:58:11 +0000 |
commit | bf294b34d5d0486027b2014f1d433bee6a108cce (patch) | |
tree | f4e8ef302d73179cac764e43951a5a55b8f0631e /x11/xpra/files | |
parent | 2d32eff9fa8f3574f712b14d73392390965ae901 (diff) |
Notes
Diffstat (limited to 'x11/xpra/files')
-rw-r--r-- | x11/xpra/files/patch-xpra__scripts__server.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11/xpra/files/patch-xpra__scripts__server.py b/x11/xpra/files/patch-xpra__scripts__server.py deleted file mode 100644 index a021e53c608f..000000000000 --- a/x11/xpra/files/patch-xpra__scripts__server.py +++ /dev/null @@ -1,19 +0,0 @@ ---- ./xpra/scripts/server.py.orig 2013-08-21 11:46:11.000000000 +0000 -+++ ./xpra/scripts/server.py 2013-12-21 21:11:14.279941696 +0000 -@@ -9,6 +9,7 @@ - # http://lists.partiwm.org/pipermail/parti-discuss/2008-September/000042.html - # (also do not import anything that imports gtk) - import gobject -+import glib - import subprocess - import sys - import os.path -@@ -451,7 +452,7 @@ - # Now we can safely load gtk and connect: - assert "gtk" not in sys.modules - import gtk.gdk #@Reimport -- gtk.gdk.threads_init() -+ glib.threads_init() - display = gtk.gdk.Display(display_name) - manager = gtk.gdk.display_manager_get() - default_display = manager.get_default_display() |