From: <che...@us...> - 2007-06-22 22:23:32
|
Revision: 604 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=604&view=rev Author: chef_koch Date: 2007-06-22 15:23:27 -0700 (Fri, 22 Jun 2007) Log Message: ----------- small change Modified Paths: -------------- trunk/plugins/FritzBox/FritzBox/FritzBox.cs Modified: trunk/plugins/FritzBox/FritzBox/FritzBox.cs =================================================================== --- trunk/plugins/FritzBox/FritzBox/FritzBox.cs 2007-06-22 22:11:15 UTC (rev 603) +++ trunk/plugins/FritzBox/FritzBox/FritzBox.cs 2007-06-22 22:23:27 UTC (rev 604) @@ -332,7 +332,6 @@ { case "RING": OnIncomingCall(strList[0], strList[3], strList[4]); - FritzBoxWatch.notifyCount--; break; case "CALL": @@ -347,6 +346,7 @@ OnConnectionClosed(strList[0], int.Parse(strList[3])); break; } + FritzBoxWatch.notifyCount--; } private void OnIncomingCall(string dateTime, string callerId, string msn) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |