X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmMain.cpp;h=8b2624bf119ec6cff9e2ce0d99142be15ec897d4;hp=aeffdbaa0f2843b96464cea0d59fb7442022da7d;hb=566326947293846cfccd3521dd09e3b3620a1109;hpb=3ccffc151c20a3333a73802caf53a9e5c2f95d1a diff --git a/source/frmMain.cpp b/source/frmMain.cpp index aeffdba..8b2624b 100644 --- a/source/frmMain.cpp +++ b/source/frmMain.cpp @@ -3179,7 +3179,10 @@ void frmMain::ShowContactMenu( wxMouseEvent& event ){ bool EnableRefresh = FALSE; - if (!ActiveAccount.IsEmpty() && (ActiveAccountType == "CardDAV" || ActiveAccountType == "carddav")){ + if (!ActiveAccount.IsEmpty() && (ActiveAccountType == "CardDAV" || + ActiveAccountType == "carddav" || + ActiveAccountType == "Local" || + ActiveAccountType == "local")){ EnableRefresh = TRUE; @@ -3224,4 +3227,4 @@ bool frmMain::CloseAllWindows() { return false; } -} \ No newline at end of file +}