[Kde-imaging] [Bug 114514] Do not delete the temporary folder "~/tmp/kde-user/kipi-mpegencoderplugin-PID/" after each encoding process.

Angelo anaselli at linux.it
Tue Apr 4 23:23:14 CEST 2006


------- 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=114514         
anaselli linux it changed:

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



------- Additional Comments From anaselli linux it  2006-04-04 23:23 -------
SVN commit 526540 by anaselli:

- fix bug 114514

BUG: 114514


 M  +6 -6      kimg2mpg.cpp  


--- trunk/extragear/libs/kipi-plugins/mpegencoder/kimg2mpg.cpp #526539:526540
 @ -180,12 +180,7  @
 KImg2mpgData::KImg2mpgData(KIPI::Interface* interface, QWidget *parent, const char *name)
             : KDialog( parent, name, false, Qt::WDestructiveClose ), m_interface( interface )
 {
-  // Init. Tmp folder
-
-  KStandardDirs dir;
-  m_TmpFolderConfig = dir.saveLocation("tmp", "kipi-mpegencoderplugin-" +
-                      QString::number(getpid()) );
-
+  m_TmpFolderConfig = "";
   m_Proc = 0L;
   m_thumbJob = 0L;
   m_Encoding = false;
 @ -749,6 +744,11  @
     return;
     }
 
+  // Init. Tmp folder
+  KStandardDirs dir;
+  m_TmpFolderConfig = dir.saveLocation("tmp", "kipi-mpegencoderplugin-" +
+                                       QString::number(getpid()) );
+
   m_DebugOuputMessages = "";
   m_DurationTime.start();
   InputAudioFileName = m_AudioInputEDITFilename->text();


More information about the Kde-imaging mailing list