From 3ab80d3d1e488abff3b679c323a9bf9b1d72061a Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 7 Mar 2010 16:59:18 +0000 Subject: theme.screenshot: avoid the generation of an uncompressed png image (that could takes MiBs) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4105 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/theme/themefunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/theme') diff --git a/src/modules/theme/themefunctions.cpp b/src/modules/theme/themefunctions.cpp index 9c4c04ad6..955398099 100644 --- a/src/modules/theme/themefunctions.cpp +++ b/src/modules/theme/themefunctions.cpp @@ -383,7 +383,7 @@ namespace KviThemeFunctions if(pix.isNull()) bResult = false; else { - if(!pix.save(szSavePngFilePath,"PNG",100)) + if(!pix.save(szSavePngFilePath,"PNG")) bResult = false; } -- cgit v1.3.1-10-gc9f91