remove website url from glade file and put it in dialogs.py

This commit is contained in:
Marcos Pinto 2007-05-17 19:01:29 +00:00
parent b21df61126
commit db2a67c413
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
<property name="has_separator">False</property>
<property name="website">http://deluge-torrent.org</property>
<property name="website"></property>
<property name="authors"></property>
<property name="documenters"></property>
<property name="artists"></property>

View File

@ -183,6 +183,7 @@ def show_about_dialog(parent=None):
abt.set_authors(["Zach Tibbits", "A. Zakai"])
abt.set_artists(["Andrew Wedderburn"])
abt.set_website("http://deluge-torrent.org")
abt.set_website_label("http://deluge-torrent.org")
abt.set_icon_from_file(common.get_pixmap("deluge32.png"))
abt.set_logo(gtk.gdk.pixbuf_new_from_file(
common.get_pixmap("deluge-about.png")))