Not Logged In
|
Login
|
Register
Home
|
News
|
Projects
|
Releases
Bugs
|
RFE
|
Repositories
|
Help
projects
/
xestiaab
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5926c1d
)
Added conversion to integer when passing the port number to the CardDAV object.
author
Steve Brokenshire
<sbrokenshire@xestia.co.uk>
Mon, 3 Aug 2015 20:40:06 +0000
(21:40 +0100)
committer
Steve Brokenshire
<sbrokenshire@xestia.co.uk>
Mon, 3 Aug 2015 20:40:06 +0000
(21:40 +0100)
source/frmEditAccount.cpp
patch
|
blob
|
history
diff --git
a/source/frmEditAccount.cpp
b/source/frmEditAccount.cpp
index
b7c8fef
..
6a718e7
100644
(file)
--- a/
source/frmEditAccount.cpp
+++ b/
source/frmEditAccount.cpp
@@
-63,7
+63,7
@@
void frmEditAccount::DetectAddressBook( wxCommandEvent& event )
CardDAV CDavObj;
- CDavObj.SetupConnection(txtAddress->GetValue(), PortNum, txtUsername->GetValue(), txtPassword->GetValue(), UseSSL);
+ CDavObj.SetupConnection(txtAddress->GetValue(),
(int)
PortNum, txtUsername->GetValue(), txtPassword->GetValue(), UseSSL);
// Attempt to extract the CardDAV address.
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software
Xestia Address Book
Xestia Calendar
Development
Xestia Gelforn
Everything else
About
News
Privacy Policy