commit | d87a7a7a113b6272d584834eb0872fb85eac7322 | [log] [tgz] |
---|---|---|
author | Oleg Sheikin <olg@tightvnc.com> | Thu Jan 12 15:27:04 2006 +0000 |
committer | Oleg Sheikin <olg@tightvnc.com> | Thu Jan 12 15:27:04 2006 +0000 |
tree | 7e1cdffe024f8ad6bb0e48b9f6da159273388ed5 | |
parent | 5c642e9b66c4b2479bca3eeb3c6ca5b0ff1f240d [diff] [blame] |
In Tray menu the item " Disable New Clients " added. Also some bugs are fixed. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@468 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb/ListConnInfo.h b/rfb/ListConnInfo.h index 44df9ec..5953004 100644 --- a/rfb/ListConnInfo.h +++ b/rfb/ListConnInfo.h
@@ -87,6 +87,7 @@ for (InputList->iBegin(); !InputList->iEnd(); InputList->iNext()) { iAdd(InputList); } + setDisable(InputList->getDisable()); } void iAdd (ListConnInfo* InputList) {