--- src/common.cpp~	2009-05-23 21:53:19 +0400
+++ src/common.cpp	2009-06-10 01:09:03 +0400
@@ -490,7 +490,7 @@ bool operator!=(const QMap<QString, QStr
 ToolbarPrefs::ToolbarPrefs()
 	: dock(Qt::DockTop)
 	// , dirty(true)
-	, on(false)
+	, on(true)
 	, locked(false)
 	// , stretchable(false)
 	// , index(0)
--- src/psioptions.cpp~	2009-05-23 21:53:19 +0400
+++ src/psioptions.cpp	2009-06-10 01:01:46 +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~	2009-06-10 00:59:17 +0400
+++ src/psi_profiles.cpp	2009-06-10 01:04:44 +0400
@@ -1084,7 +1084,7 @@ bool OptionsMigration::fromFile(const QS
 				if ( !found ) {
 					ToolbarPrefs tb;
 					tb.name = QObject::tr("Event notifier");
-					tb.on = false;
+					tb.on = true;
 					tb.locked = true;
 					// tb.stretchable = true;
 					tb.keys << "event_notifier";
