Bug 125964 - unable to overwrite previous file in save diag as image
Summary: unable to overwrite previous file in save diag as image
Status: RESOLVED DUPLICATE of bug 58809
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 1.5.2
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-20 17:58 UTC by Feisal Mohammed
Modified: 2006-04-20 22:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***