summaryrefslogtreecommitdiff
path: root/itcl/iwidgets3.0.0/generic/notebook.itk
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/iwidgets3.0.0/generic/notebook.itk')
-rw-r--r--itcl/iwidgets3.0.0/generic/notebook.itk2
1 files changed, 1 insertions, 1 deletions
diff --git a/itcl/iwidgets3.0.0/generic/notebook.itk b/itcl/iwidgets3.0.0/generic/notebook.itk
index 78a470c44e8..a83a7984933 100644
--- a/itcl/iwidgets3.0.0/generic/notebook.itk
+++ b/itcl/iwidgets3.0.0/generic/notebook.itk
@@ -764,7 +764,7 @@ body iwidgets::Notebook::_deletePages { fromPage toPage } {
# If we deleted a selected page set our selection to none
if { $_currPage >= $fromPage && $_currPage <= $toPage } {
- set $_currPage -1
+ set _currPage -1
}
# make sure _currPage stays in sync with new numbering...