summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2006-02-02 18:13:26 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2006-02-02 18:13:26 +0000
commit63356eb2731c60871d93374f0d0ac0b4e9611cfe (patch)
tree301c6851dd312a86e9315a237e872b6d5494e3b3
parent65ff53f25c418feea1c3e6223fbe0031b6dc5ba1 (diff)
* replace gtk2reactor by glib2reactor, closing Ticket #10
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1126 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rwxr-xr-xavahi-python/avahi-bookmarks.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-python/avahi-bookmarks.in b/avahi-python/avahi-bookmarks.in
index a31533e..6466a22 100755
--- a/avahi-python/avahi-bookmarks.in
+++ b/avahi-python/avahi-bookmarks.in
@@ -33,8 +33,8 @@ except ImportError:
pass
try:
- from twisted.internet import gtk2reactor
- gtk2reactor.install()
+ from twisted.internet import glib2reactor
+ glib2reactor.install()
from twisted.internet import reactor
from twisted.web import server, resource
except ImportError: