about art

This commit is contained in:
Zach Tibbitts 2007-02-23 04:56:44 +00:00
parent cd03824502
commit 529b631a83
2 changed files with 1 additions and 1 deletions

BIN
pixmaps/deluge-about.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -196,7 +196,7 @@ class DelugeGTK:
self.abt.set_website("http://deluge-torrent.org")
self.abt.set_icon_from_file(dcommon.get_pixmap("deluge32.png"))
self.abt.set_logo(gtk.gdk.pixbuf_new_from_file(
dcommon.get_pixmap("deluge32.png")))
dcommon.get_pixmap("deluge-about.png")))
def build_pref_dialog(self):
self.prf_glade = gtk.glade.XML(dcommon.get_glade_file("dgtkpref.glade"))