Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
re-enable QGisApp::updateLayerModifiedActions()
  • Loading branch information
jef-n committed Jan 10, 2013
1 parent e9ebae2 commit 464de26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/qgisapp.cpp
Expand Up @@ -7086,9 +7086,7 @@ void QgisApp::layersWereAdded( QList<QgsMapLayer *> theLayers )
QgsVectorDataProvider* vProvider = vlayer->dataProvider();
if ( vProvider && vProvider->capabilities() & QgsVectorDataProvider::EditingCapabilities )
{
#if 0
connect( vlayer, SIGNAL( layerModified( bool ) ), this, SLOT( updateLayerModifiedActions() ) );
#endif
connect( vlayer, SIGNAL( editingStarted() ), this, SLOT( layerEditStateChanged() ) );
connect( vlayer, SIGNAL( editingStopped() ), this, SLOT( layerEditStateChanged() ) );
}
Expand Down

0 comments on commit 464de26

Please sign in to comment.