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

List:       kde-commits
Subject:    [calligra/calligra/2.9] krita/plugins/extensions/resourcemanager: Don't scare users who start krita 
From:       Boudewijn Rempt <boud () valdyas ! org>
Date:       2015-05-01 13:03:58
Message-ID: E1YoAbm-0005Ir-LV () scm ! kde ! org
[Download RAW message or body]

Git commit bf71f81be14d95086802a0d3cf5b4de904a0e755 by Boudewijn Rempt.
Committed on 01/05/2015 at 13:02.
Pushed by rempt into branch 'calligra/2.9'.

Don't scare users who start krita on the command line

If people create bundles out of their own resources and install those
bundles, we'll have duplicates, but we don't need to shout about it.

M  +5    -5    krita/plugins/extensions/resourcemanager/resourcebundle.cpp

http://commits.kde.org/calligra/bf71f81be14d95086802a0d3cf5b4de904a0e755

diff --git a/krita/plugins/extensions/resourcemanager/resourcebundle.cpp b/=
krita/plugins/extensions/resourcemanager/resourcebundle.cpp
index db485a7..cc40a87 100644
--- a/krita/plugins/extensions/resourcemanager/resourcebundle.cpp
+++ b/krita/plugins/extensions/resourcemanager/resourcebundle.cpp
@@ -498,7 +498,7 @@ bool ResourceBundle::install()
                     gradientServer->addTag(res, name());
                 }
                 else {
-                    qWarning() << "Didn't install" << res->name()<<"It alr=
eady exists on the server";
+                    //qWarning() << "Didn't install" << res->name()<<"It a=
lready exists on the server";
                 }
                 =

             }
@@ -584,7 +584,7 @@ bool ResourceBundle::install()
                     brushServer->addTag(res.data(), name());
                 }
                 else {
-                    qWarning() << "Didn't install" << res->name()<<"It alr=
eady exists on the server";
+                    //qWarning() << "Didn't install" << res->name()<<"It a=
lready exists on the server";
                 }
             }
         }
@@ -629,7 +629,7 @@ bool ResourceBundle::install()
                     paletteServer->addTag(res, name());
                 }
                 else {
-                    qWarning() << "Didn't install" << res->name()<<"It alr=
eady exists on the server";
+                    //qWarning() << "Didn't install" << res->name()<<"It a=
lready exists on the server";
                 }
             }
         }
@@ -673,7 +673,7 @@ bool ResourceBundle::install()
                     workspaceServer->addTag(res, name());
                 }
                 else {
-                    qWarning() << "Didn't install" << res->name()<<"It alr=
eady exists on the server";
+                    //qWarning() << "Didn't install" << res->name()<<"It a=
lready exists on the server";
                 }
                =

             }
@@ -722,7 +722,7 @@ bool ResourceBundle::install()
                     paintoppresetServer->addTag(res.data(), name());
                 }
                 else {
-                    qWarning() << "Didn't install" << res->name()<<"It alr=
eady exists on the server";
+                    //qWarning() << "Didn't install" << res->name()<<"It a=
lready exists on the server";
                 }
                 =

             }

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

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