Fixed crash on image save using command line mode

(e.g. RT.exe c:\mypic.raw); see issue #678
This commit is contained in:
Oliver Duis
2011-05-27 21:29:02 +02:00
parent cd16505cbc
commit 53ce212e3f

View File

@@ -59,6 +59,8 @@ RTWindow::RTWindow ()
add (*epanel);
show_all ();
pldBridge=NULL; // No progress listener
CacheManager* cm = CacheManager::getInstance();
Thumbnail* thm= cm->getEntry( argv1 );
if(thm){