Showstopper bug in KGet?

Tobias Koenig tokoe at kde.org
Mon Aug 9 17:23:20 BST 2004


... and here is the patch ;)

Ciao,
Tobias
-- 
Separate politics from religion and economy!
-------------- next part --------------
Index: transfer.cpp
===================================================================
RCS file: /home/kde/kdenetwork/kget/transfer.cpp,v
retrieving revision 1.57
diff -p -u -b -r1.57 transfer.cpp
--- transfer.cpp	28 Apr 2004 19:23:13 -0000	1.57
+++ transfer.cpp	9 Aug 2004 16:21:11 -0000
@@ -781,7 +781,7 @@ void Transfer::write(KSimpleConfig * con
     config->writeEntry("Mode", mode);
     config->writeEntry("Status", status);
     config->writeEntry("CanResume", canResume);
-    config->writeEntry("TotalSize", ( QVariant & )totalSize);
+    config->writeEntry("TotalSize", totalSize);
     config->writeEntry("ProcessedSize", processedSize);
     config->writeEntry("ScheduledTime", startTime);
     sDebugOut << endl;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20040809/deb9ae3c/attachment.sig>


More information about the kde-core-devel mailing list