Ignore:
Timestamp:
04/28/2009 02:35:08 AM (16 years ago)
Author:
Andrew Resch <andrewresch@gmail.com>
Branches:
2.0.x, develop, extjs4-port, master
Children:
78b5c0
Parents:
925dcd
Message:

Made TrackerIcons a component to prevent trying to get an icon multiple
times
Fixed showing the wrong tracker icon in the TorrentView when the icon
could not be retrieved from the tracker

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/ui/gtkui/gtkui.py

    r925dcd r7b72d7  
    5151from pluginmanager import PluginManager
    5252from ipcinterface import IPCInterface
     53from deluge.ui.tracker_icons import TrackerIcons
    5354
    5455from queuedtorrents import QueuedTorrents
     
    167168        client.set_disconnect_callback(self.__on_disconnect)
    168169
     170        self.trackericons = TrackerIcons()
    169171        # Initialize various components of the gtkui
    170172        self.mainwindow = MainWindow()
Note: See TracChangeset for help on using the changeset viewer.