Skip to content

Commit 6972cfa

Browse files
committedMar 19, 2012
apply #5121
1 parent c9bbcd8 commit 6972cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/gps/qgsgpsinformationwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ void QgsGPSInformationWidget::connectGps()
390390

391391
if ( mRadUserPath->isChecked() )
392392
{
393-
port = mCboDevices->currentText();
393+
port = mCboDevices->itemData( mCboDevices->currentIndex() ).toString();
394394

395395
if ( port.isEmpty() )
396396
{

0 commit comments

Comments
 (0)
Please sign in to comment.