Revision: 4120
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4120&view=rev
Author: steve44src
Date: 2011-02-15 21:37:41 +0000 (Tue, 15 Feb 2011)
Log Message:
-----------
Modified Paths:
--------------
trunk/plugins/MP4IPSymcon/MP4IPSymcon/JumpClickHandler.cs
Modified: trunk/plugins/MP4IPSymcon/MP4IPSymcon/JumpClickHandler.cs
===================================================================
--- trunk/plugins/MP4IPSymcon/MP4IPSymcon/JumpClickHandler.cs 2011-02-15 19:49:36 UTC (rev 4119)
+++ trunk/plugins/MP4IPSymcon/MP4IPSymcon/JumpClickHandler.cs 2011-02-15 21:37:41 UTC (rev 4120)
@@ -34,7 +34,7 @@
} else {
Log.Error("Error when calling init");
}
- GUIWindowManager.ActivateWindow(id,true);
+ GUIWindowManager.ActivateWindow(id,false);
}
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|