Changeset 12731
- Timestamp:
- Sep 1, 2009, 1:09:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/contrib/foy/source-comparison/source-compare-dialog.lisp
r12729 r12731 231 231 ;; (#/isKeyWindow w))))) 232 232 (window-pathname (w) 233 (let* ((pane (slot-value w 'gui::pane)) 234 (text-view (gui::text-pane-text-view pane)) 235 (buffer (gui::hemlock-buffer text-view))) 236 (hi::buffer-pathname buffer)))) 233 (when w 234 (let* ((pane (slot-value w 'gui::pane)) 235 (text-view (gui::text-pane-text-view pane)) 236 (buffer (gui::hemlock-buffer text-view))) 237 (hi::buffer-pathname buffer))))) 237 238 238 239 (list (make-button #@"Browse" 480 368 80 32 … … 258 259 (declare (ignore item)) 259 260 (let* ((window (front-hemlock-window)) 260 (path (w indow-pathname window)))261 (path (when window (window-pathname window)))) 261 262 (when path 262 263 (clear-difference-pane w) … … 268 269 (declare (ignore item)) 269 270 (let* ((window (front-hemlock-window)) 270 (path (w indow-pathname window)))271 (path (when window (window-pathname window)))) 271 272 (when path 272 273 (clear-difference-pane w)
Note:
See TracChangeset
for help on using the changeset viewer.
