2
0
Redmond Urbino 19 жил өмнө
parent
commit
4494188e36

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

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