[Kde-imaging] [Bug 99193] Batch Rename image reset time
Gilles Caulier
caulier.gilles at free.fr
Sun Mar 13 23:56:15 CET 2005
------- 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=99193
caulier.gilles free fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From caulier.gilles free fr 2005-03-13 23:56 -------
CVS commit by cgilles:
patch from Cedric Pradalier.
BUGS:99193
CCBUGS:99193
M +2 -6 renameimagesdialog.cpp 1.32
--- kdeextragear-libs-1/kipi-plugins/batchprocessimages/renameimagesdialog.cpp #1.31:1.32
@ -269,4 +269,5 @ void RenameImagesDialog::slotResult( KIO
{
m_interface->delImage( src );
+ KIO::Job* job = KIO::del( src );
}
else
@ -497,10 +498,5 @ void RenameImagesDialog::copyItemOperati
KURL target = m_upload->path();
target.addPath( item->nameDest() );
- KIO::CopyJob* job;
-
- if ( m_removeOriginal->isChecked() == true )
- job = KIO::move(item->pathSrc(), target, false);
- else
- job = KIO::copy(item->pathSrc(), target, false);
+ KIO::CopyJob* job = KIO::copy(item->pathSrc(), target, false);
connect(job, SIGNAL(result(KIO::Job*)),
------- Additional Comments From caulier.gilles free fr 2005-03-13 23:56 -------
CVS commit by cgilles:
patch from Cedric Pradalier.
BUGS:99193
CCBUGS:99193
M +2 -6 renameimagesdialog.cpp 1.32
--- kdeextragear-libs-1/kipi-plugins/batchprocessimages/renameimagesdialog.cpp #1.31:1.32
@ -269,4 +269,5 @ void RenameImagesDialog::slotResult( KIO
{
m_interface->delImage( src );
+ KIO::Job* job = KIO::del( src );
}
else
@ -497,10 +498,5 @ void RenameImagesDialog::copyItemOperati
KURL target = m_upload->path();
target.addPath( item->nameDest() );
- KIO::CopyJob* job;
-
- if ( m_removeOriginal->isChecked() == true )
- job = KIO::move(item->pathSrc(), target, false);
- else
- job = KIO::copy(item->pathSrc(), target, false);
+ KIO::CopyJob* job = KIO::copy(item->pathSrc(), target, false);
connect(job, SIGNAL(result(KIO::Job*)),
More information about the Kde-imaging
mailing list