From: <zou...@us...> - 2007-11-15 16:00:58
|
Revision: 907 http://dcplusplus.svn.sourceforge.net/dcplusplus/?rev=907&view=rev Author: zouzou123gen Date: 2007-11-15 08:00:50 -0800 (Thu, 15 Nov 2007) Log Message: ----------- user command params fixed, kicking should work Modified Paths: -------------- dcplusplus/trunk/changelog.txt dcplusplus/trunk/win32/HubFrame.cpp Modified: dcplusplus/trunk/changelog.txt =================================================================== --- dcplusplus/trunk/changelog.txt 2007-11-15 14:26:12 UTC (rev 906) +++ dcplusplus/trunk/changelog.txt 2007-11-15 16:00:50 UTC (rev 907) @@ -9,6 +9,7 @@ * Fixed clicking in the header of the favorite hubs list view (poy) * Update to ADC 0.14 * Fixed pressing enter in the notepad (poy) +* Fixed user commands params (poy) -- 0.703 2007-11-08 -- * Fixed invalid strings (thanks james ross) Modified: dcplusplus/trunk/win32/HubFrame.cpp =================================================================== --- dcplusplus/trunk/win32/HubFrame.cpp 2007-11-15 14:26:12 UTC (rev 906) +++ dcplusplus/trunk/win32/HubFrame.cpp 2007-11-15 16:00:50 UTC (rev 907) @@ -1148,7 +1148,7 @@ menu->setDefaultItem(IDC_GETLIST); prepareMenu(menu, UserCommand::CONTEXT_CHAT, client->getHubUrl()); - inTabMenu = true; + inTabMenu = false; menu->trackPopupMenu(this, pt, TPM_LEFTALIGN | TPM_RIGHTBUTTON); return true; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |