Author: andar

Revision: 5610

Log:
        Fix get_deluge_icon

Diff:
Modified: trunk/deluge/ui/gtkui/common.py
===================================================================
--- trunk/deluge/ui/gtkui/common.py     2009-08-03 11:46:49 UTC (rev 5609)
+++ trunk/deluge/ui/gtkui/common.py     2009-08-03 14:40:24 UTC (rev 5610)
@@ -215,13 +215,12 @@
     that is distributed with the package.
     
     """
-    import deluge.common
     if deluge.common.windows_check():
-        return deluge.common.get_logo(32)
+        return get_logo(32)
     else:
         try:
             icon_theme = gtk.icon_theme_get_default()
             return icon_theme.load_icon("deluge", 32, 0)
         except:
-            return deluge.common.get_logo(32)
+            return get_logo(32)
             



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