Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/ktp-text-ui/files: ktp-text-ui-0.6.2-compile.patch
Date: Tue, 21 May 2013 19:45:15
Message-Id: 20130521194503.2A7FD21727@flycatcher.gentoo.org
1 johu 13/05/21 19:45:03
2
3 Added: ktp-text-ui-0.6.2-compile.patch
4 Log:
5 Version bump KDE Telepathy 0.6.2.
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
8
9 Revision Changes Path
10 1.1 net-im/ktp-text-ui/files/ktp-text-ui-0.6.2-compile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-text-ui/files/ktp-text-ui-0.6.2-compile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-text-ui/files/ktp-text-ui-0.6.2-compile.patch?rev=1.1&content-type=text/plain
14
15 Index: ktp-text-ui-0.6.2-compile.patch
16 ===================================================================
17 commit 47b95bf3289195bad9b9ec310246131888f26436
18 Author: David Edmundson <kde@×××××××××××××××××.uk>
19 Date: Mon May 20 18:15:06 2013 +0100
20
21 Fix compile
22
23 diff --git a/lib/chat-widget.cpp b/lib/chat-widget.cpp
24 index bd8974b..c92aa2a 100644
25 --- a/lib/chat-widget.cpp
26 +++ b/lib/chat-widget.cpp
27 @@ -264,7 +264,7 @@ void ChatWidget::setTextChannel(const Tp::TextChannelPtr &newTextChannelPtr)
28 setupChannelSignals();
29
30 //if the UI is ready process any messages in queue
31 - if (d->chatViewInitialized) {
32 + if (d->chatviewlInitialised) {
33 Q_FOREACH (const Tp::ReceivedMessage &message, d->channel->messageQueue()) {
34 handleIncomingMessage(message, true);
35 }