[Panel-devel] plasma package bug

Andrea Diamantini adjam7 at gmail.com
Sun Oct 28 23:33:43 CET 2007


I found a little error in plasma::package class. Here it is, Can i commit, 
pls?


Index: package.cpp
===================================================================
--- package.cpp (revisione 730136)
+++ package.cpp (copia locale)
@@ -267,7 +267,7 @@
     //empty temporary file that we will package with the name 
metadata.desktop
     if (releaseNotes.open()) {
         QTextStream out(&releaseNotes);
-        if (metadata.releaseNotes().isEmpty()) {
+        if (!metadata.releaseNotes().isEmpty()) {
             out << metadata.releaseNotes();
         } else {
             out << "NO_RELEASE_NOTES";


More information about the Panel-devel mailing list