[Kde-imaging] [Bug 91547] focus stealing when 'mpeg slideshow' is selected, but mp2enc is missing

Joern Ahrens kde at jokele.de
Tue Oct 19 17:36:19 CEST 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=91547        
kde jokele de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From kde jokele de  2004-10-19 17:36 -------
CVS commit by jahrens: 


fixed in cvs

CCMAIL: 91547-done bugs kde org, digikam-devel lists sourceforge net


  M +2 -2      plugin_mpegencoder.cpp   1.19


--- kdeextragear-libs-1/kipi-plugins/mpegencoder/plugin_mpegencoder.cpp  #1.18:1.19
 @ -92,6 +92,4  @ void Plugin_Mpegencoder::slotActivate()
                            new KIPIMPEGEncoderPlugin::KImg2mpgData( interface );
                            
-    MPEGconverterDialog->show();
-
     KIPIMPEGEncoderPlugin::CheckBinProg* CheckExternalPrograms = 
                            new KIPIMPEGEncoderPlugin::CheckBinProg(this);
 @ -99,4 +97,6  @ void Plugin_Mpegencoder::slotActivate()
     int ValRet = CheckExternalPrograms->findExecutables();
 
+    MPEGconverterDialog->show();
+    
     if (ValRet == 0)
         MPEGconverterDialog->m_Encodebutton->setEnabled(false);


More information about the Kde-imaging mailing list