Fix issue MR-322 - Connection Button not listing servers

This commit is contained in:
Riley McArdle
2013-02-21 22:23:58 -06:00
parent a12978967a
commit f90eb94484
2 changed files with 1 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
Fixed issue MR-317 - Difficulty right-clicking on Tab
Fixed issue MR-318 - Wrong tab gets selected when tab names overflow on the tab bar
Fixed issue MR-321 - New connection panel doesn't get panel header if its the only one or is moved
Fixed issue MR-322 - Connection Button not listing servers
Added option to always show panel tabs
Fixed "Decryption failed. Padding is invalid and cannot be removed." notification.

View File

@@ -685,8 +685,6 @@ Public Class frmMain
End If
AddHandler tMenItem.MouseDown, AddressOf ConMenItem_MouseDown
tMenItem.Dispose()
Next
Catch ex As Exception
MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, "AddNodeToMenu failed" & vbNewLine & ex.Message, True)