From 219132f2f18d3b77d472e218bbcd39eb059bb90d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 11 Aug 2014 12:49:39 -0400 Subject: Renamed Mac OS X's container's view field to id to be in sync with the other Mac OS X data structures. --- redo/tab_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/tab_darwin.go') diff --git a/redo/tab_darwin.go b/redo/tab_darwin.go index ba74f1f..e6e0c8a 100644 --- a/redo/tab_darwin.go +++ b/redo/tab_darwin.go @@ -25,7 +25,7 @@ func (t *tab) Append(name string, control Control) { t.tabs = append(t.tabs, c) cname := C.CString(name) defer C.free(unsafe.Pointer(cname)) - C.tabAppend(t._id, cname, c.view) + C.tabAppend(t._id, cname, c.id) } func (t *tab) id() C.id { -- cgit v1.2.3