Various smaller stuff, some parts of the new identity settingspage, plus Quassel
[quassel.git] / src / qtui / settingsdlg.cpp
index 3945cd1..1750fa4 100644 (file)
@@ -47,7 +47,7 @@ void SettingsDlg::registerSettingsPage(SettingsPage *sp) {
   pages[QString("%1$%2").arg(sp->category(), sp->title())] = sp;
   updateGeometry();
   // TESTING
-  //selectPage(sp->category(), sp->title());
+  selectPage(sp->category(), sp->title());
 }
 
 void SettingsDlg::selectPage(const QString &cat, const QString &title) {