Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | b0291bb285266621375455c74e6a6c8c48b1fb77 |
|---|---|
| Date: | 2012-06-17 21:14:02 |
| User: | saul |
| Comment: | Removed comments about parasite bug work-around |
Tags And Properties
- branch=sg-goobie inherited from [ff12df0c63]
- sym-LATEST cancelled by [202986d763] on 2012-06-27 07:48:11
- sym-sg-goobie inherited from [ff12df0c63]
Changes
Changes to sg-goobie.scm
249 249 (loop (cdr layers) text-layers) 250 250 (loop (cdr layers) (cons (car layers) text-layers)) ))))))) 251 251 (map (lambda (x) (gimp-drawable-parasite-attach x parasite)) 252 252 layers )) 253 253 (gimp-image-undo-group-end image) 254 254 ) 255 255 256 - 257 - ; (define (fu-drawable-parasite-attach drawable parasite) 258 - ; (gimp-drawable-parasite-attach parasite) 259 - ; (while (not (string=? (caddr parasite) 260 - ; (caddar (gimp-parasite-find (car parasite))) )) 261 - ; (gimp-parasite-attach parasite) )) 262 - 263 256 (script-fu-register "script-fu-sg-goobie-set-font" 264 257 "Goobie Set Template Font..." 265 258 "Set the font for a Goobie template" 266 259 "Saul Goode" 267 260 "Saul Goode" 268 261 "June 2012" 269 262 "*"