Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/gx-mail-notify/files: gx-mail-notify-qt-4.7.patch
Date: Wed, 06 Oct 2010 21:03:55
Message-Id: 20101006204545.5061A20054@flycatcher.gentoo.org
1 tampakrap 10/10/06 20:45:45
2
3 Added: gx-mail-notify-qt-4.7.patch
4 Log:
5 Version bump, fixes bug 326397, bug 323053 (gcc 4.5 compilation) and bug 338565 (qt 4.7 compilation)
6
7 (Portage version: 2.2_rc89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 kde-misc/gx-mail-notify/files/gx-mail-notify-qt-4.7.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/gx-mail-notify/files/gx-mail-notify-qt-4.7.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/gx-mail-notify/files/gx-mail-notify-qt-4.7.patch?rev=1.1&content-type=text/plain
14
15 Index: gx-mail-notify-qt-4.7.patch
16 ===================================================================
17 --- a/mail_checker.cpp 2010-10-02 17:02:29.833334239 +0200
18 +++ b/mail_checker.cpp 2010-05-05 22:54:26.000000000 +0200
19 @@ -19,7 +19,7 @@
20 #include <KDebug>
21
22 MailChecker::MailChecker(Account * account) : QObject(),
23 - actual_action(CLOSE_CONNECTION), certificate_details_dialog(0), time_to_check(0), check_messages(-1), check_error(false)
24 + actual_action(CLOSE_CONNECTION), certificate_details_dialog(0), time_to_check(0), check_messages(-1)
25 {
26 this->account = account;