Committing my local state. Mostly still invisible part on the not yet enabled network...
[quassel.git] / src / qtui / settingsdlg.cpp
index 62fbdd0..919ca34 100644 (file)
@@ -66,7 +66,7 @@ void SettingsDlg::registerSettingsPage(SettingsPage *sp) {
   treeItems[sp] = item;
   pages[QString("%1$%2").arg(sp->category(), sp->title())] = sp;
   // TESTING
   treeItems[sp] = item;
   pages[QString("%1$%2").arg(sp->category(), sp->title())] = sp;
   // TESTING
-  //selectPage(sp->category(), sp->title());
+  selectPage(sp->category(), sp->title());
 }
 
 void SettingsDlg::selectPage(const QString &cat, const QString &title) {
 }
 
 void SettingsDlg::selectPage(const QString &cat, const QString &title) {