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

List:       kde-commits
Subject:    KDE/kdegraphics/ksnapshot
From:       Pau Garcia i Quiles <pgquiles () elpauer ! org>
Date:       2010-11-09 23:30:42
Message-ID: 20101109233042.396D0AC89E () svn ! kde ! org
[Download RAW message or body]

SVN commit 1194826 by pgquiles:

Add print and e-mail images, via KIPI

 M  +5 -0      ksnapshot.cpp  


--- trunk/KDE/kdegraphics/ksnapshot/ksnapshot.cpp #1194825:1194826
@@ -502,8 +502,13 @@
             KIPI::Category category = plugin->category(action);
             if(category == KIPI::ExportPlugin) {
                 exportActions << action;
+            } else if (category == KIPI::ImagesPlugin) {
+                // Horrible hack. Why are the print images and the e-mail images \
plugins in the same category as rotate and edit metadata!? +                if( \
pluginInfo->library().contains("kipiplugin_printimages") || \
pluginInfo->library().contains("kipiplugin_sendimages")) { +                    \
exportActions << action;  }
         }
+        }
 
         Q_FOREACH(KAction* action, exportActions) {
             openMenu->addAction(action);


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

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