[SCM] qgis branch, master, updated. a2ee769957385f4e084c5e8b6ba178a8c877d1db
Juergen E. Fischer
jef at norbit.de
Tue Mar 20 13:43:46 UTC 2012
The following commit has been merged in the master branch:
commit 6972cfa2b09dcbcd4df1daf43fd9bd01861a957b
Author: Juergen E. Fischer <jef at norbit.de>
Date: Mon Mar 19 08:25:07 2012 +0100
apply #5121
diff --git a/src/app/gps/qgsgpsinformationwidget.cpp b/src/app/gps/qgsgpsinformationwidget.cpp
index a01a997..d0ec1ba 100644
--- a/src/app/gps/qgsgpsinformationwidget.cpp
+++ b/src/app/gps/qgsgpsinformationwidget.cpp
@@ -390,7 +390,7 @@ void QgsGPSInformationWidget::connectGps()
if ( mRadUserPath->isChecked() )
{
- port = mCboDevices->currentText();
+ port = mCboDevices->itemData( mCboDevices->currentIndex() ).toString();
if ( port.isEmpty() )
{
--
The Quantum GIS in Debian project
More information about the Pkg-grass-devel
mailing list