Skip to content

Commit

Permalink
fix #5543
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 16, 2012
1 parent 65dcce9 commit c64f5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/spatialquery/qgsspatialqueryplugin.cpp
Expand Up @@ -79,7 +79,7 @@ void QgsSpatialQueryPlugin::initGui()
mSpatialQueryAction = new QAction( QIcon(), tr( "&Spatial Query" ), this );

// Connect the action to the spatialQuery slot
connect( mSpatialQueryAction, SIGNAL( activated() ), this, SLOT( run() ) );
connect( mSpatialQueryAction, SIGNAL( triggered() ), this, SLOT( run() ) );

setCurrentTheme( "" );
// this is called when the icon theme is changed
Expand Down

0 comments on commit c64f5cd

Please sign in to comment.