diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-11-20 16:30:32 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-11-20 16:30:32 +0000 |
commit | a0f8c51ed95e4d265eae93f6e9fdc79e8f0673d3 (patch) | |
tree | 7b8663a86050faa858c6881ec5d2e4ec1b2aa608 /protocols/Xfire/src/main.cpp | |
parent | dc10ccec13d8fa7dfe6f263ee19490b05464a0d0 (diff) |
xFire: Fixed changing status and status messages of other protocols
Fixed disabling Popups
git-svn-id: http://svn.miranda-ng.org/main/trunk@2396 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/main.cpp')
-rw-r--r-- | protocols/Xfire/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/main.cpp b/protocols/Xfire/src/main.cpp index d1200cbf3d..abebbf6341 100644 --- a/protocols/Xfire/src/main.cpp +++ b/protocols/Xfire/src/main.cpp @@ -2778,7 +2778,7 @@ void gamedetectiont(LPVOID lparam) //popup abschalten, menuservice funk aufrufen
if(DBGetContactSettingByte(NULL,protocolname,"nopopups",0))
{
- if(ServiceExists("PopUp/EnableDisableMenuCommand")&&DBGetContactSettingByte(NULL,"PopUp","ModuleIsEnabled",0)==1&&DBGetContactSettingByte(NULL,"PopUp","DisableWhenFullscreen",0)==0) /**/
+ if(ServiceExists("PopUp/EnableDisableMenuCommand")&&DBGetContactSettingByte(NULL,"PopUp","ModuleIsEnabled",0)==1) /**/
{
disabledpopups=TRUE;
CallService("PopUp/EnableDisableMenuCommand",NULL,NULL);
|