author | alwin <alwin> | 2004-02-18 22:36:26 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-02-18 22:36:26 (UTC) |
commit | cfd235730a4619ae9181f0d78d78a7f9360ea49e (patch) (unidiff) | |
tree | 6044d8213b5b794ef6d99c60667df17445d86b2d | |
parent | 71b6aa6d19ed2e4690cd98ecdb7dbfe40f857653 (diff) | |
download | opie-cfd235730a4619ae9181f0d78d78a7f9360ea49e.zip opie-cfd235730a4619ae9181f0d78d78a7f9360ea49e.tar.gz opie-cfd235730a4619ae9181f0d78d78a7f9360ea49e.tar.bz2 |
forgot member variable initializer
-rw-r--r-- | noncore/net/mail/libmailwrapper/settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/mail/libmailwrapper/settings.cpp b/noncore/net/mail/libmailwrapper/settings.cpp index 3279f39..65ca387 100644 --- a/noncore/net/mail/libmailwrapper/settings.cpp +++ b/noncore/net/mail/libmailwrapper/settings.cpp | |||
@@ -108,8 +108,9 @@ Account::Account() | |||
108 | accountName = "changeMe"; | 108 | accountName = "changeMe"; |
109 | type = "changeMe"; | 109 | type = "changeMe"; |
110 | ssl = false; | 110 | ssl = false; |
111 | connectionType = 1; | 111 | connectionType = 1; |
112 | offline = false; | ||
112 | } | 113 | } |
113 | 114 | ||
114 | void Account::remove() | 115 | void Account::remove() |
115 | { | 116 | { |