[rkward-cvs] SF.net SVN: rkward: [1155] trunk/rkward/rkward/plugin/rkradio.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon Jan 15 15:27:28 UTC 2007
Revision: 1155
http://svn.sourceforge.net/rkward/?rev=1155&view=rev
Author: tfry
Date: 2007-01-15 07:27:28 -0800 (Mon, 15 Jan 2007)
Log Message:
-----------
Fix to property updating of radios
Modified Paths:
--------------
trunk/rkward/rkward/plugin/rkradio.cpp
Modified: trunk/rkward/rkward/plugin/rkradio.cpp
===================================================================
--- trunk/rkward/rkward/plugin/rkradio.cpp 2007-01-14 23:05:44 UTC (rev 1154)
+++ trunk/rkward/rkward/plugin/rkradio.cpp 2007-01-15 15:27:28 UTC (rev 1155)
@@ -99,6 +99,7 @@
updating = true;
group->setButton (new_id);
+ buttonClicked (new_id); // unfortunately, this slot is not called when the option is changed programatically!
updating = false;
changed ();
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