summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IRCG/src/options.cpp')
-rw-r--r--protocols/IRCG/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/src/options.cpp b/protocols/IRCG/src/options.cpp
index 940251a7ca..1a249a3fc3 100644
--- a/protocols/IRCG/src/options.cpp
+++ b/protocols/IRCG/src/options.cpp
@@ -747,7 +747,7 @@ void CConnectPrefsDlg::OnApply()
if (m_serverlistModified) {
m_serverlistModified = false;
- CallService(MS_DB_MODULE_DELETE, 0, (LPARAM)SERVERSMODULE);
+ DbModule_Delete(0, SERVERSMODULE);
int j = m_serverCombo.GetCount();
if (j != CB_ERR && j != 0) {