Bug 110490

Summary: exportAllViews saves to $PWD instead of doc dir
Product: [Applications] umbrello Reporter: Alan Ezust <alan.ezust>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: patch to make it save to the doc dir

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