Comment 2 for bug 1000350

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

Hmm... I can seem to make that string show up in the HUD, but looking at the code it indeed does not set an indicator title. It should be as simple as adding something like: self.indicator.set_title("Deluge") around line 112 of deluge/ui/gtkui/systemtray.py

I imagine that upstream would take this.