mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 00:19:25 -05:00
insert wiki/etc and plugins before the log tab
This commit is contained in:
parent
c2344b1265
commit
3ad5ec9dea
@ -423,7 +423,6 @@ void MainWindow::initStackedPage()
|
|||||||
PeopleDialog *peopleDialog = NULL;
|
PeopleDialog *peopleDialog = NULL;
|
||||||
addPage(peopleDialog = new PeopleDialog(ui->stackPages), grp, ¬ify);
|
addPage(peopleDialog = new PeopleDialog(ui->stackPages), grp, ¬ify);
|
||||||
#endif
|
#endif
|
||||||
addPage(newsFeed = new NewsFeed(ui->stackPages), grp, ¬ify);
|
|
||||||
#ifdef RS_USE_WIKI
|
#ifdef RS_USE_WIKI
|
||||||
WikiDialog *wikiDialog = NULL;
|
WikiDialog *wikiDialog = NULL;
|
||||||
addPage(wikiDialog = new WikiDialog(ui->stackPages), grp, ¬ify);
|
addPage(wikiDialog = new WikiDialog(ui->stackPages), grp, ¬ify);
|
||||||
@ -494,6 +493,7 @@ void MainWindow::initStackedPage()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
addPage(newsFeed = new NewsFeed(ui->stackPages), grp, ¬ify);
|
||||||
addPage(settingsDialog = new SettingsPage(ui->stackPages),grp,¬ify);
|
addPage(settingsDialog = new SettingsPage(ui->stackPages),grp,¬ify);
|
||||||
|
|
||||||
/* Create the toolbar */
|
/* Create the toolbar */
|
||||||
|
Loading…
Reference in New Issue
Block a user