change sidebar_show_trackers default to false

This commit is contained in:
Martijn Voncken 2008-10-11 09:32:12 +00:00
parent fa05f1222c
commit 81193d3d87
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ DEFAULT_PREFS = {
"show_toolbar": True,
"show_statusbar": True,
"sidebar_show_zero":True,
"sidebar_show_trackers":True
"sidebar_show_trackers":False
}
class GtkUI: