From: espen Date: Sun, 5 Feb 2006 12:54:55 +0000 (+0000) Subject: PROXY-LOCATION renamed to FOREIGN-LOCATION X-Git-Tag: clg-0-92~93 X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/856c0d96d17ba68b3ccd32965d4ec2a591e8356c?ds=sidebyside PROXY-LOCATION renamed to FOREIGN-LOCATION --- diff --git a/gtk/gtkaction.lisp b/gtk/gtkaction.lisp index 13495c6..6b278ed 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.6 2005/10/21 11:50:50 espen Exp $ +;; $Id: gtkaction.lisp,v 1.7 2006/02/05 12:54:55 espen Exp $ (in-package "GTK") @@ -85,7 +85,7 @@ (defmethod initialize-instance ((action radio-action) &key group) (call-next-method) - (setf (slot-value action 'self) (sap-int (proxy-location action))) + (setf (slot-value action 'self) (sap-int (foreign-location action))) (when group (add-to-radio-group action group)))