From cc401194f6a69a778507c2c6819d6f1a1ec49432 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Tue, 5 Aug 2014 16:54:03 +0000 Subject: PluginUpdater: - Popups are now enabled by default git-svn-id: http://svn.miranda-ng.org/main/trunk@10078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PluginUpdater/src/Notifications.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/PluginUpdater/src/Notifications.cpp b/plugins/PluginUpdater/src/Notifications.cpp index 9dbbf9a5a9..634ad80dae 100644 --- a/plugins/PluginUpdater/src/Notifications.cpp +++ b/plugins/PluginUpdater/src/Notifications.cpp @@ -97,7 +97,7 @@ void ShowPopup(LPCTSTR ptszTitle, LPCTSTR ptszText, int Number) if(Number != POPUP_TYPE_MSG) { char setting[100]; mir_snprintf(setting, SIZEOF(setting), "Popups%d", Number); - if(!db_get_b(NULL, MODNAME, setting, DEFAULT_MESSAGE_ENABLED)) + if(!db_get_b(NULL, MODNAME, setting, DEFAULT_POPUP_ENABLED)) return; } -- cgit v1.2.3