Bug 125964

Summary: unable to overwrite previous file in save diag as image
Product: [Applications] umbrello Reporter: Feisal Mohammed <feisal>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 1.5.2   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Feisal Mohammed 2006-04-20 17:58:58 UTC
Version:           1.5.2 (using KDE KDE 3.5.1)
Installed from:    Fedora RPMs
Compiler:          gcc 4.1.0 
OS:                Linux

Fix:

at line 68 of  umlviewimageexporter.cpp
change from 
    if (wantSave == KMessageBox::Ok) {
to
    if (wantSave == KMessageBox::Continue) {
Comment 1 Oliver Kellogg 2006-04-20 22:05:47 UTC
Thanks. This has already beed fixed, see
http://bugs.kde.org/58809#c22

*** This bug has been marked as a duplicate of 58809 ***