Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#33 closed patch (fixed)

can't open OGR Supported layers (stable version 0.7.4)

Reported by: adamr@… Owned by: gsherman
Priority: major: does not work as expected Milestone:
Component: OGR Layer support Version: 0.7
Keywords: Cc:
Must Fix for Release: No Platform: RedHat
Platform Version: 9.0/krnl 2.4.32 Awaiting user input: no

Description

QGis compiled from source. When You try to open SHP or TAB file, the "open file" dialog can't choose the file or directory. There were a little problem in src/qgisapp.cpp . To get properly working code I've modified two lines: 1929 and 1931 replacying: ==============================

settings.writeEntry("/qgis/UIlastVectorFileFilter", openFileDialog->selectedFilter());

settings.writeEntry("/qgis/UIlastVectorFileFilterDir", openFileDialog->dirPath());

============================== with:


settings.writeEntry("/qgis/UI/lastVectorFileFilter", openFileDialog->selectedFilter());

settings.writeEntry("/qgis/UI/lastVectorFileFilterDir", openFileDialog->dirPath());


Attachments (1)

qgisapp.zip (39.0 KB ) - added by adamr@… 18 years ago.
corrected src/qgisapp.cpp for contributed on Sourceforge qgis 0.7.4

Download all attachments as: .zip

Change History (3)

by adamr@…, 18 years ago

Attachment: qgisapp.zip added

corrected src/qgisapp.cpp for contributed on Sourceforge qgis 0.7.4

comment:1 by g_j_m, 18 years ago

Resolution: fixed
Status: newclosed

I've checked the code, and this problem has been resolved in 0.8, from which we will soon be releasing a beta version.

comment:2 by anonymous, 17 years ago

Awaiting user input: unset
Must Fix for Release: No
Note: See TracTickets for help on using tickets.