From 166f679b15055b5c4cd698413e010e8b8f7a70ae Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 20 Apr 2013 17:02:34 +0100 Subject: [PATCH] Ensure threads have been initialsed Might be needed for 0install >= 2.2 --- 0publish-gui | 3 +++ 0publish-gui.xml | 1 + 2 files changed, 4 insertions(+) diff --git a/0publish-gui b/0publish-gui index 8740f94..6d8be38 100755 --- a/0publish-gui +++ b/0publish-gui @@ -1,4 +1,7 @@ #!/usr/bin/env python +from zeroinstall.support.tasks import get_loop +get_loop().gobject.threads_init() + import rox, sys from optparse import OptionParser from rox import g diff --git a/0publish-gui.xml b/0publish-gui.xml index 562abfe..e4c0f61 100644 --- a/0publish-gui.xml +++ b/0publish-gui.xml @@ -32,6 +32,7 @@ these feeds. + -- 2.11.4.GIT