From: espen Date: Fri, 25 Aug 2006 12:34:49 +0000 (+0000) Subject: Bug fix X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/f669d557d2ed78a18912095334a31fb9796e4231?hp=d32cbb7a162e4c7fc260ca9867ad039643244099 Bug fix --- diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index 1927a52..05db252 100644 --- a/gtk/gtktypes.lisp +++ b/gtk/gtktypes.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: gtktypes.lisp,v 1.49 2006-08-14 13:57:37 espen Exp $ +;; $Id: gtktypes.lisp,v 1.50 2006-08-25 12:34:49 espen Exp $ (in-package "GTK") @@ -951,7 +951,7 @@ (default-height :merge t :unbound -1))) :allocation :virtual :getter "gtk_text_mark_get_name" :reader text-mark-name - :type string) + :type (copy-of string)) (visible :allocation :virtual :getter "gtk_text_mark_get_visible"