mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-23 00:01:21 -04:00
Removed own settings for news feed.
Added parameter to RSettingsWin::showYourself to show the options with a specific page. Fixed german language. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4104 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c820826260
commit
5250c27fed
10 changed files with 20 additions and 353 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "feeds/ChanMsgItem.h"
|
||||
#include "feeds/ForumNewItem.h"
|
||||
#include "feeds/ForumMsgItem.h"
|
||||
#include "feeds/FeedSettings.h"
|
||||
#include "settings/rsettingswin.h"
|
||||
|
||||
#ifdef BLOGS
|
||||
#include "feeds/BlogNewItem.h"
|
||||
|
@ -493,6 +493,5 @@ void NewsFeed::sendNewsFeedChanged()
|
|||
|
||||
void NewsFeed::feedoptions()
|
||||
{
|
||||
FeedSettings fs (this);
|
||||
fs.exec ();
|
||||
RSettingsWin::showYourself(this, RSettingsWin::Notify);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue