Version 76 - content_update fix

This commit is contained in:
Hydrus 2013-07-10 17:14:47 -05:00
parent 61e749af65
commit f28e249906
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ class Controller( wx.App ):
self._last_idle_time = int( time.time() )
if action == 'content_updates': self._undo_manager.AddCommand( 'content_updates', *args, **kwargs )
if False and action == 'content_updates': self._undo_manager.AddCommand( 'content_updates', *args, **kwargs )
self._Write( action, HC.HIGH_PRIORITY, *args, **kwargs )