[rkward-cvs] SF.net SVN: rkward: [963] trunk/rkward/rkward/rkconsole.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Nov 28 12:51:06 UTC 2006
Revision: 963
http://svn.sourceforge.net/rkward/?rev=963&view=rev
Author: tfry
Date: 2006-11-28 04:51:06 -0800 (Tue, 28 Nov 2006)
Log Message:
-----------
small fix to copying in console
Modified Paths:
--------------
trunk/rkward/rkward/rkconsole.cpp
Modified: trunk/rkward/rkward/rkconsole.cpp
===================================================================
--- trunk/rkward/rkward/rkconsole.cpp 2006-11-28 12:50:38 UTC (rev 962)
+++ trunk/rkward/rkward/rkconsole.cpp 2006-11-28 12:51:06 UTC (rev 963)
@@ -634,8 +634,9 @@
RK_ASSERT (false);
return;
}
+ menu->exec (pos);
- menu->exec (pos);
+ copy->setEnabled (true);
}
#include "rkconsole.moc"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list