Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
apply #5121
  • Loading branch information
jef-n committed Mar 19, 2012
1 parent c9bbcd8 commit 6972cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/gps/qgsgpsinformationwidget.cpp
Expand Up @@ -390,7 +390,7 @@ void QgsGPSInformationWidget::connectGps()

if ( mRadUserPath->isChecked() )
{
port = mCboDevices->currentText();
port = mCboDevices->itemData( mCboDevices->currentIndex() ).toString();

if ( port.isEmpty() )
{
Expand Down

0 comments on commit 6972cfa

Please sign in to comment.