Module: deluge Branch: 1.3-stable Commit: f330469bc93d4c245db46c793368aacb692b6b7f
Author: Andrew Resch <[email protected]> Date: Wed May 25 13:17:41 2011 -0700 Set the WM_CLASS name to Deluge --- deluge/ui/gtkui/gtkui.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/deluge/ui/gtkui/gtkui.py b/deluge/ui/gtkui/gtkui.py index 1127907..8d96a3d 100644 --- a/deluge/ui/gtkui/gtkui.py +++ b/deluge/ui/gtkui/gtkui.py @@ -34,11 +34,13 @@ # from deluge.log import LOG as log +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 -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
