Ticket #2104: indicator-title.patch

File indicator-title.patch, 665 bytes (added by hyperair, 12 years ago)
  • deluge/ui/gtkui/systemtray.py

    old new  
    109109            log.debug("Enabling the Application Indicator..") 
    110110            self.indicator = appindicator.Indicator ( 
    111111                "deluge", "deluge", appindicator.CATEGORY_APPLICATION_STATUS) 
     112            self.indicator.set_property ("title", _("Deluge")) 
    112113            # Pass the menu to the Application Indicator 
    113114            self.indicator.set_menu(self.tray_menu) 
    114115