Set the WM_CLASS name to Deluge

This commit is contained in:
Andrew Resch 2011-05-25 13:17:41 -07:00
parent bd43f3c464
commit 724025092a
1 changed files with 3 additions and 1 deletions

View File

@ -33,11 +33,13 @@
#
#
import gobject
gobject.set_prgname("deluge")
# Install the twisted reactor
from twisted.internet import gtk2reactor
reactor = gtk2reactor.install()
import gobject
import gettext
import locale
import pkg_resources