mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
[GTKUI] Fix typo in About dialog if-statement
This commit is contained in:
parent
59c9584fe0
commit
720d113a9a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class AboutDialog(object):
|
|||
self.about.set_transient_for(component.get('MainWindow').window)
|
||||
self.about.set_position(gtk.WIN_POS_CENTER)
|
||||
self.about.set_program_name(_('Deluge'))
|
||||
if windows_check:
|
||||
if windows_check():
|
||||
def url_hook(dialog, url):
|
||||
"""Url hook for Windows OS which has no default browser."""
|
||||
open_url_in_browser(url)
|
||||
|
|
Loading…
Add table
Reference in a new issue