From d31466ae7a55668a6b9a3b1eda82abcbfc58e9c6 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 14 Jun 2015 18:06:41 +0200 Subject: Windows: If PIM of a volume is changed and if it is a favorite or system favorite, automatically update favorite or system favorite XML file with the new value. --- src/Mount/Favorites.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Mount/Favorites.cpp') diff --git a/src/Mount/Favorites.cpp b/src/Mount/Favorites.cpp index 382b238d..50842a35 100644 --- a/src/Mount/Favorites.cpp +++ b/src/Mount/Favorites.cpp @@ -659,7 +659,7 @@ namespace VeraCrypt } - static bool SaveFavoriteVolumes (HWND hwndDlg, const vector &favorites, bool systemFavorites) + bool SaveFavoriteVolumes (HWND hwndDlg, const vector &favorites, bool systemFavorites) { FILE *f; int cnt = 0; -- cgit v1.2.3