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-base/kopete/files: kopete-3.5-rolling_icon.patch
Date: Tue, 26 May 2009 16:57:44
Message-Id: E1M8zyA-0001pT-VW@stork.gentoo.org
1 tampakrap 09/05/26 16:57:42
2
3 Added: kopete-3.5-rolling_icon.patch
4 Log:
5 Apply patch to stopthe rolling kopete icon in toolbar, bug 198884
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 kde-base/kopete/files/kopete-3.5-rolling_icon.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/files/kopete-3.5-rolling_icon.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/files/kopete-3.5-rolling_icon.patch?rev=1.1&content-type=text/plain
13
14 Index: kopete-3.5-rolling_icon.patch
15 ===================================================================
16 --- kopete/kopete/chatwindow/kopetechatwindow.cpp 2007-11-12 04:11:29.000000000 +0100
17 +++ kopete/kopete/chatwindow/kopetechatwindow.cpp 2007-11-12 04:14:24.000000000 +0100
18 @@ -442,7 +442,11 @@
19 void KopeteChatWindow::slotStopAnimation( ChatView* view )
20 {
21 if( view == m_activeView )
22 + {
23 anim->setPixmap( normalIcon );
24 + if( !animIcon.isNull() )
25 + animIcon.pause();
26 + }
27 }
28
29 void KopeteChatWindow::slotUpdateSendEnabled()