Module: deluge
Branch: chunked-sessionproxy-and-gtkui-speedups
Commit: 724025092a0ae78da58f95d3ec28c36289eff72f

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 eed6551..1263f41 100644
--- a/deluge/ui/gtkui/gtkui.py
+++ b/deluge/ui/gtkui/gtkui.py
@@ -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

-- 
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.

Reply via email to