Bug 110490 - exportAllViews saves to $PWD instead of doc dir
Summary: exportAllViews saves to $PWD instead of doc dir
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 22:28 UTC by Alan Ezust
Modified: 2005-08-10 00:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
patch to make it save to the doc dir (11.59 KB, patch)
2005-08-09 22:31 UTC, Alan Ezust
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Ezust 2005-08-09 22:28:14 UTC
Version:           1.4.89 (using KDE KDE 3.4.1)
Installed from:    Debian testing/unstable Packages
OS:                Linux

it should save to the same dir as the document itself.
Comment 1 Alan Ezust 2005-08-09 22:31:47 UTC
Created attachment 12156 [details]
patch to make it save to the doc dir

I tried to add this as a choice in the pull-down menus but it doesn't show up
in the menu yet.
Comment 2 Oliver Kellogg 2005-08-10 00:38:07 UTC
SVN commit 444371 by okellogg:

Patch by Alan Ezust makes exportAllViews save to the doc dir.
I also did some tabs-to-spaces substitutions.
BUG:110490 


 M  +105 -12   exportviewaction.cpp  
 M  +16 -6     exportviewaction.h  
 M  +1 -1      main.cpp  
 M  +1 -0      umbrelloui.rc  
 M  +6 -5      uml.cpp  
 M  +22 -68    umlview.cpp  
 M  +62 -65    umlview.h