X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fbacklogsettingspage.cpp;h=5af18c4f56fa135e8a8532d7d0a8814c5528afca;hb=311aa7358cde02f4e0dd4a95f5e6a6c958cd76cf;hp=3302bf226e0f1356309d2465b5662fb20d458233;hpb=dcac65fc4beeb1167de8ebec5cc54608fc314fd3;p=quassel.git diff --git a/src/qtui/settingspages/backlogsettingspage.cpp b/src/qtui/settingspages/backlogsettingspage.cpp index 3302bf22..5af18c4f 100644 --- a/src/qtui/settingspages/backlogsettingspage.cpp +++ b/src/qtui/settingspages/backlogsettingspage.cpp @@ -24,11 +24,15 @@ #include "backlogsettings.h" BacklogSettingsPage::BacklogSettingsPage(QWidget *parent) - : SettingsPage(tr("Misc"), tr("Backlog"), parent) + : SettingsPage(tr("Interface"), tr("Backlog Fetching"), parent) { ui.setupUi(this); initAutoWidgets(); // not an auto widget, because we store index + 1 + + // FIXME: global backlog requester disabled until issues ruled out + ui.requesterType->removeItem(2); + connect(ui.requesterType, SIGNAL(currentIndexChanged(int)), this, SLOT(widgetHasChanged())); }