From f90eb94484cbd4d7abc449596b7cf3a65ccf66dd Mon Sep 17 00:00:00 2001 From: Riley McArdle Date: Thu, 21 Feb 2013 22:23:58 -0600 Subject: [PATCH] Fix issue MR-322 - Connection Button not listing servers --- CHANGELOG.TXT | 1 + mRemoteV1/Forms/frmMain.vb | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index bb136e8ae..e1cd5610a 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -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. diff --git a/mRemoteV1/Forms/frmMain.vb b/mRemoteV1/Forms/frmMain.vb index 9a9c0f397..33a1300ef 100644 --- a/mRemoteV1/Forms/frmMain.vb +++ b/mRemoteV1/Forms/frmMain.vb @@ -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)