tweak new release pref

This commit is contained in:
Marcos Pinto 2008-01-09 08:18:35 +00:00
parent 77f542b925
commit fcfdcd6b06
3 changed files with 500 additions and 555 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1039,8 +1039,7 @@ window, please enter your password"))
# Load plugins after we showed main window (if not started in tray)
self.load_plugins()
self.load_tabs_order()
if self.config.get("new_releases"):
self.new_release_check()
self.new_release_check()
try:
gobject.threads_init()

View File

@ -129,7 +129,6 @@ if common.windows_check():
"use_upnp" : False,
"use_lsd" : False,
"use_utpex" : True,
"new_releases" : True,
"window_height" : 480,
"window_maximized" : False,
"window_pane_position" : -1,
@ -243,7 +242,6 @@ else:
"use_upnp" : False,
"use_lsd" : False,
"use_utpex" : True,
"new_releases" : True,
"window_height" : 480,
"window_maximized" : False,
"window_pane_position" : -1,