--- src/psioptions.cpp~	2008-03-21 00:53:03 +0300
+++ src/psioptions.cpp	2008-05-16 10:38:21 +0400
@@ -205,6 +205,7 @@ bool PsiOptions::newProfile()
 		         << showContacts
 		         << eventNotifier;
 		foreach(ToolbarPrefs tb, toolbars) {
+			tb.on = true;
 			tb.locked = true;
 			PsiToolBar::structToOptions(this, tb);
 		}
--- src/psi_profiles.cpp~	2008-06-05 22:13:38 +0400
+++ src/psi_profiles.cpp	2008-06-17 22:28:59 +0400
@@ -700,7 +700,7 @@ void OptionsMigration::reset()
 
 	Options::ToolbarPrefs tbDef;
 	tbDef.name = QString::null;
-	tbDef.on = false;
+	tbDef.on = true;
 	tbDef.locked = false;
 	tbDef.stretchable = false;
 	tbDef.keys.clear();
@@ -735,12 +735,12 @@ void OptionsMigration::reset()
 		tb[0].dock = Qt::DockBottom;
 
 		tb[1].name = QObject::tr("Show contacts");
-		tb[1].on = false;
+		tb[1].on = defaultEnableToolbars;
 		tb[1].locked = true;
 		tb[1].keys << "show_offline" << "show_hidden" << "show_agents" << "show_self" << "show_statusmsg"; 
 
 		tb[2].name = QObject::tr("Event notifier");
-		tb[2].on = false;
+		tb[2].on = defaultEnableToolbars;
 		tb[2].locked = true;
 		tb[2].stretchable = true;
 		tb[2].keys << "event_notifier";
