chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9186f7e
)
PROXY-LOCATION renamed to FOREIGN-LOCATION
author
espen
<espen>
Sun, 5 Feb 2006 12:54:55 +0000
(12:54 +0000)
committer
espen
<espen>
Sun, 5 Feb 2006 12:54:55 +0000
(12:54 +0000)
gtk/gtkaction.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtkaction.lisp
b/gtk/gtkaction.lisp
index 13495c639de4a6317877a6644d9f79af27e74482..6b278ed003b076346228c4ca545e4d9f77c48499 100644
(file)
--- 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.
;; 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")
(in-package "GTK")
@@
-85,7
+85,7
@@
(defbinding action-group-remove-action () nil
(defmethod initialize-instance ((action radio-action) &key group)
(call-next-method)
(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)))
(when group
(add-to-radio-group action group)))