From 28b81bbed5d8db354349fd787c3db4123e55d423 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 14 Nov 2018 15:43:25 +0300 Subject: code cleaning --- plugins/CSList/src/cslist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/CSList/src') diff --git a/plugins/CSList/src/cslist.cpp b/plugins/CSList/src/cslist.cpp index 127ed4ad26..08d8abb871 100644 --- a/plugins/CSList/src/cslist.cpp +++ b/plugins/CSList/src/cslist.cpp @@ -254,8 +254,8 @@ void importCustomStatuses(CSWindow* csw, int result) else delete si; if (result == IDYES) { - db_unset(NULL, protoName, bufTitle); - db_unset(NULL, protoName, bufMessage); + db_unset(0, protoName, bufTitle); + db_unset(0, protoName, bufMessage); } } csw->m_listview->reinitItems(csw->m_itemslist->m_list->getListHead()); -- cgit v1.2.3