updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / plasma-gx-mail-notify-plasmoid / mail_checker.cpp.patch
blob45b503e960a54194051eaee5735c89bf8f7e38f8
1 --- mail_checker.cpp.orig 2010-05-05 22:54:26.000000000 +0200
2 +++ mail_checker.cpp 2011-01-28 01:26:58.896666670 +0100
3 @@ -19,7 +19,7 @@
4 #include <KDebug>
6 MailChecker::MailChecker(Account * account) : QObject(),
7 - actual_action(CLOSE_CONNECTION), certificate_details_dialog(0), time_to_check(0), check_messages(-1), check_error(false)
8 + actual_action(CLOSE_CONNECTION), certificate_details_dialog(0), time_to_check(0), check_messages(-1)
10 this->account = account;