Skip to content

Commit

Permalink
fix #6225
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennesky committed Aug 27, 2012
1 parent eda71f5 commit 4b7be2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -2509,6 +2509,12 @@ bool QgisApp::askUserForZipItemLayers( QString path )
}
}

if ( childItems.isEmpty() )
{
// return true so dialog doesn't popup again (#6225) - hopefully this doesn't create other trouble
ok = true;
}

// add childItems
foreach ( QgsDataItem* item, childItems )
{
Expand Down

0 comments on commit 4b7be2a

Please sign in to comment.