From: espen Date: Fri, 21 Oct 2005 11:50:50 +0000 (+0000) Subject: Bug fix X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/8292a3d48b33a714e6806ebd0aa5ce9f84e6f766 Bug fix --- diff --git a/gtk/gtkaction.lisp b/gtk/gtkaction.lisp index 5860e2b..736e16a 100644 --- a/gtk/gtkaction.lisp +++ b/gtk/gtkaction.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gtkaction.lisp,v 1.5 2005-04-23 16:48:52 espen Exp $ +;; $Id: gtkaction.lisp,v 1.6 2005-10-21 11:50:50 espen Exp $ (in-package "GTK") @@ -112,7 +112,7 @@ (defbinding (radio-action-get-current "gtk_radio_action_get_current_value") (radio-action radio-action)) (defun radio-action-get-current-value (action) - (radio-value-action (radio-action-get-current action))) + (radio-action-value (radio-action-get-current action)))