summaryrefslogtreecommitdiff
path: root/newtopicaction.cpp
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-07 03:13:14 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-07 03:13:14 +0200
commit9e67c13e587ccf10084144fea033beda316faed5 (patch)
tree33170309064aaf182d14e95e1d8121a8041180b3 /newtopicaction.cpp
parent1a66f6ee4f3806e2a18af718654e7281c7dd1066 (diff)
downloadtapasboard-9e67c13e587ccf10084144fea033beda316faed5.tar.gz
tapasboard-9e67c13e587ccf10084144fea033beda316faed5.zip
add support for reading announcements & stickies
Diffstat (limited to 'newtopicaction.cpp')
-rw-r--r--newtopicaction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/newtopicaction.cpp b/newtopicaction.cpp
index b984c15..6d030e6 100644
--- a/newtopicaction.cpp
+++ b/newtopicaction.cpp
@@ -45,6 +45,7 @@ void NewTopicAction::handleFinishedCall()
} else {
// Refresh topics
_board->enqueueAction(new FetchTopicsAction(_forumId,
+ Board::Normal,
0,
FORUM_PAGE_SIZE,
_board));