Ticket #2104: indicator-title.patch
File indicator-title.patch, 665 bytes (added by , 12 years ago) |
---|
-
deluge/ui/gtkui/systemtray.py
old new 109 109 log.debug("Enabling the Application Indicator..") 110 110 self.indicator = appindicator.Indicator ( 111 111 "deluge", "deluge", appindicator.CATEGORY_APPLICATION_STATUS) 112 self.indicator.set_property ("title", _("Deluge")) 112 113 # Pass the menu to the Application Indicator 113 114 self.indicator.set_menu(self.tray_menu) 114 115