Browse Source

correct the bug number

Redmond Urbino 19 years ago
parent
commit
4494188e36
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/gui/DirectScrolledList.py

+ 2 - 2
direct/src/gui/DirectScrolledList.py

@@ -189,8 +189,8 @@ class DirectScrolledList(DirectFrame):
         try:
         try:
             self["numItemsVisible"]
             self["numItemsVisible"]
         except:
         except:
-            # RAU hack to kill 27637
-            self.notify.info('crash 27637 fixed!')
+            # RAU hack to kill 27633
+            self.notify.info('crash 27633 fixed!')
             return
             return
 
 
         numItemsVisible=self["numItemsVisible"]
         numItemsVisible=self["numItemsVisible"]