Changeset 743 for trunk


Ignore:
Timestamp:
Dec 4, 2009 5:11:16 PM (13 years ago)
Author:
toby
Message:

# on 2003/11/05 22:18:43, toby did:
prepare for OSX -- catch puts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/notebook.tcl

    • Property rcs:date changed from 1999/11/17 22:06:21 to 2003/11/05 22:18:43
    • Property rcs:lines changed from +6 -1 to +2 -2
    • Property rcs:rev changed from 1.2 to 1.3
    r121 r743  
    210210  if {$Notebook($w,c$n,command) != {}} {
    211211      if [catch {eval uplevel #0 {$Notebook($w,c$n,command)} } errmsg] {
    212           puts "Notebook command error: $errmsg"
     212          catch {puts "Notebook command error: $errmsg"}
    213213      }
    214214  }
Note: See TracChangeset for help on using the changeset viewer.