From 01b7a72d43ed1c71544c22c7afb61829762ffe8e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 23 Jun 2013 22:02:44 +0000 Subject: same for some another plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@5104 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/database/dbini.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/modules/database') diff --git a/src/modules/database/dbini.cpp b/src/modules/database/dbini.cpp index 8ccf5af4d5..6b56ad2f9a 100644 --- a/src/modules/database/dbini.cpp +++ b/src/modules/database/dbini.cpp @@ -274,10 +274,7 @@ static void ProcessIniFile(TCHAR* szIniPath, char *szSafeSections, char *szUnsaf while (setting_items) { SettingsList *next = setting_items->next; - DBCONTACTGETSETTING dbcgs; - dbcgs.szModule = szSection; - dbcgs.szSetting = setting_items->name; - CallService(MS_DB_CONTACT_DELETESETTING, 0, (LPARAM)&dbcgs); + db_unset(NULL, szSection, setting_items->name); mir_free(setting_items->name); mir_free(setting_items); -- cgit v1.2.3