From 184155c8aaf1dd0c8bcd498dfd7ba9c512433e73 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 22 Apr 2014 11:51:27 +0000 Subject: db_mc_setDefault/db_mc_setDefaultNum got a flag to update database or not git-svn-id: http://svn.miranda-ng.org/main/trunk@9047 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Clist_modern/src') diff --git a/plugins/Clist_modern/src/modern_clc.cpp b/plugins/Clist_modern/src/modern_clc.cpp index bd653fdc4a..77728deb54 100644 --- a/plugins/Clist_modern/src/modern_clc.cpp +++ b/plugins/Clist_modern/src/modern_clc.cpp @@ -1283,7 +1283,7 @@ static LRESULT clcOnLButtonUp(ClcData *dat, HWND hwnd, UINT msg, WPARAM wParam, mir_sntprintf(Wording, SIZEOF(Wording), TranslateT("Do you want contact '%s' to be default?"), contSour->szText); int res = MessageBox(hwnd, Wording, TranslateT("Set default contact"), MB_OKCANCEL | MB_ICONQUESTION); if (res == 1) - db_mc_setDefault(contDest->hContact, hsour); + db_mc_setDefault(contDest->hContact, hsour, true); } else { MCONTACT hcontact = contSour->hContact; -- cgit v1.2.3