From 9651a004411184955ae81a6afab53a7853fe66d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Thu, 7 Aug 2014 09:34:47 +0000 Subject: Facebook: Temporary make newsfeeds disabled by default and show info warning excessive network traffic git-svn-id: http://svn.miranda-ng.org/main/trunk@10110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/res/facebook.rc | 3 ++- protocols/FacebookRM/src/constants.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/protocols/FacebookRM/res/facebook.rc b/protocols/FacebookRM/res/facebook.rc index 1b0bbec481..0d781f5bae 100644 --- a/protocols/FacebookRM/res/facebook.rc +++ b/protocols/FacebookRM/res/facebook.rc @@ -128,7 +128,8 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN GROUPBOX "Event notifications",IDC_STATIC,6,7,292,106 CONTROL "Notifications",IDC_NOTIFICATIONS_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,23,272,8 - CONTROL "News feeds",IDC_FEEDS_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,39,272,8 + CONTROL "News feeds (WARNING: Causes excessive network traffic!)",IDC_FEEDS_ENABLE, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,39,272,8 RTEXT "News feed types to notify:",IDC_STATIC,26,51,117,8 COMBOBOX IDC_FEED_TYPE,150,49,138,59,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP CONTROL "Don't show advertising posts",IDC_FILTER_ADS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,150,67,138,8 diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index 0277bdd5a4..64b90f789a 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -85,7 +85,7 @@ along with this program. If not, see . #define DEFAULT_HIDE_CHATS 0 #define DEFAULT_EVENT_NOTIFICATIONS_ENABLE 1 -#define DEFAULT_EVENT_FEEDS_ENABLE 1 +#define DEFAULT_EVENT_FEEDS_ENABLE 0 #define DEFAULT_EVENT_OTHER_ENABLE 1 #define DEFAULT_EVENT_CLIENT_ENABLE 1 -- cgit v1.2.3