Empty plot filename

Bug #1101718 reported by Andreas Beutling
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
KiCad
Fix Released
Undecided
Jacobo Aragunde Pérez

Bug Description

Eeschema with a new file create a plot file with empty filename, even if the new file is saved with a given filename.
System: WinXP
Version: Kicad BZR 3911 generated with kicad-winbuilder.

Revision history for this message
Andreas Beutling (2td0lkna4e-andreas-y5mdqmmpe6) wrote :
Revision history for this message
Jacobo Aragunde Pérez (jaragunde) wrote :

As JP mentioned, this is probably related with Bug #1102381. I'll take a look because the fix can be really similar.

Changed in kicad:
assignee: nobody → Jacobo Aragunde Pérez (jaragunde)
Revision history for this message
Jacobo Aragunde Pérez (jaragunde) wrote :

Fixed using the same change we did for #1102381:

- wxFileName fn = g_RootSheet->GetFileName();
+ SCH_SCREENS ScreenList;
+ wxFileName fn = ScreenList.GetFirst()->GetFileName();

Changed in kicad:
status: New → Fix Committed
Revision history for this message
Martin Errenst (imp-d) wrote :

r3927 stable

Changed in kicad:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.