Summary: | focus stealing when 'mpeg slideshow' is selected, but mp2enc is missing | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Michał Kosmulski <michal> |
Component: | Plugin-Generic-VideoSlideshow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | l.lunak |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.7.0 | |
Sentry Crash Report: |
Description
Michał Kosmulski
2004-10-17 21:34:54 UTC
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); digiKam has a new Video Slideshow tool based on QtAV and ffmpeg which do not have this problem. Gilles Caulier |