mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-13 11:56:30 +00:00
[GTKUI] Fix typo in About dialog if-statement
This commit is contained in:
parent
59c9584fe0
commit
720d113a9a
@ -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…
x
Reference in New Issue
Block a user