cleanup new
Sun May 24 17:11:10 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* cleanup new
hunk ./src/application.lisp 45
- (cxx:delete-later (app))
hunk ./src/application.lisp 46
- (smoke::delete-pointer (smoke::pointer (app)) (class-of (app)))
+ (cxx:delete-later (app))
+ ;(smoke::delete-pointer (smoke::pointer (app)) (class-of (app)))
hunk ./src/kde.lisp 37
-
-(defun new (class-name method-name &rest args)
- (apply #'new-object (smoke::binding *kde-smoke*) class-name method-name args))
-
hunk ./src/package.lisp 3
- (:export #:new
- #:call
- #:static-call
-
- #:make-aboutdata
+ (:export #:make-aboutdata
hunk ./src/standard-action.lisp 6
+ ;; FIXME make overload resolution for standard-action.create work