Use self.ui rather than UIBase.getglobalui()
We have vonverted all places in folder/* to have self.ui available, rather than having to use UIBase.getglobalui() all the time. Unfortunately, we did not convert the users in folder/Base.py. This patch does it belatedly. This fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613483 Signed-off-by: Sebastian Spaeth1 <Sebastian@SSpaeth.de> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:

committed by
Nicolas Sebrecht

parent
45e0b233a5
commit
074cd11418
@ -19,6 +19,8 @@ Changes
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
* Fix craches for getglobalui().
|
||||
|
||||
|
||||
Pending for the next major release
|
||||
==================================
|
||||
|
Reference in New Issue
Block a user