OSDN Git Service

Fix invokation bug
authorLatif Khalifa <latifer@streamgrid.net>
Sun, 28 Jun 2009 16:01:45 +0000 (16:01 +0000)
committerLatif Khalifa <latifer@streamgrid.net>
Sun, 28 Jun 2009 16:01:45 +0000 (16:01 +0000)
git-svn-id: https://radegast.googlecode.com/svn/trunk@77 f7a694da-4d33-11de-9ad6-1127a62b9fcd

Radegast/GUI/Consoles/TabsConsole.cs

index 34a6b2d..7b29282 100644 (file)
@@ -277,8 +277,8 @@ namespace Radegast
                 BeginInvoke(new MethodInvoker(delegate()\r
                     {\r
                         DisplayNotificationInChat(msg);\r
-                        return;\r
                     }));\r
+                return;\r
             }\r
 \r
             ChatBufferItem line = new ChatBufferItem(\r