[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-panel-devel
Subject:    KDE/kdelibs/kdeui/notifications
From:       Aurélien Gâteau <agateau () kde ! org>
Date:       2010-02-19 11:26:38
Message-ID: 1266578798.800385.13456.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1092666 by gateau:

Fix funky look of tray icon bottom half on 64bit machines

CCMAIL:plasma-devel@kde.org

 M  +1 -1      kstatusnotifieritem.cpp  


--- trunk/KDE/kdelibs/kdeui/notifications/kstatusnotifieritem.cpp #1092665:1092666
@@ -846,7 +846,7 @@
     //swap to network byte order if we are little endian
     if (QSysInfo::ByteOrder == QSysInfo::LittleEndian) {
         quint32 *uintBuf = (quint32 *) icon.data.data();
-        for (uint i = 0; i < icon.data.size()/sizeof(quint32 *); ++i) {
+        for (uint i = 0; i < icon.data.size()/sizeof(quint32); ++i) {
             *uintBuf = htonl(*uintBuf);
             ++uintBuf;
         }
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic