about art
This commit is contained in:
parent
cd03824502
commit
529b631a83
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue