summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/NewXstatusNotify/src/options.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewXstatusNotify/src/options.cpp b/plugins/NewXstatusNotify/src/options.cpp
index 23e8dc1f8c..ffa1904a0a 100644
--- a/plugins/NewXstatusNotify/src/options.cpp
+++ b/plugins/NewXstatusNotify/src/options.cpp
@@ -112,8 +112,8 @@ void LoadOptions()
void SaveTemplates()
{
- db_set_ws(0, MODULE, "TPopupChanged", templates.PopupXstatusChanged);
- db_set_ws(0, MODULE, "TPopupRemoved", templates.PopupXstatusRemoved);
+ db_set_ws(0, MODULE, "TPopupXChanged", templates.PopupXstatusChanged);
+ db_set_ws(0, MODULE, "TPopupXRemoved", templates.PopupXstatusRemoved);
db_set_ws(0, MODULE, "TPopupXMsgChanged", templates.PopupXMsgChanged);
db_set_ws(0, MODULE, "TPopupXMsgRemoved", templates.PopupXMsgRemoved);