mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-14 09:29:30 -04:00
fixed loading issue for card view
This commit is contained in:
parent
54d0d8ab8b
commit
f99224e1c0
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
#include <retroshare/rsposted.h>
|
#include <retroshare/rsposted.h>
|
||||||
#include "retroshare/rsgxscircles.h"
|
#include "retroshare/rsgxscircles.h"
|
||||||
|
|
||||||
#define POSTED_DEFAULT_LISTING_LENGTH 10
|
#define POSTED_DEFAULT_LISTING_LENGTH 30
|
||||||
#define POSTED_MAX_INDEX 10000
|
#define POSTED_MAX_INDEX 10000
|
||||||
|
|
||||||
#define TOPIC_DEFAULT_IMAGE ":/icons/png/posted.png"
|
#define TOPIC_DEFAULT_IMAGE ":/icons/png/posted.png"
|
||||||
|
@ -841,6 +841,7 @@ void PostedListWidget::insertPosts(const uint32_t &token)
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
/* insert new entry */
|
/* insert new entry */
|
||||||
loadPost(p);
|
loadPost(p);
|
||||||
|
loadPostCardView(p);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue