Correct typo __draw_doc_list =>__drawdoc_list.

* src/ReportBase/_DrawFormatComboBox.py


svn: r10768
This commit is contained in:
Kees Bakker 2008-05-29 20:36:45 +00:00
parent a792472852
commit b57eafff1a

View File

@ -35,8 +35,8 @@ class DrawFormatComboBox(gtk.ComboBox):
def __init__(self):
pmgr = PluginUtils.PluginManager.get_instance()
self.__draw_doc_list = pmgr.get_draw_doc_list()
self.__draw_doc_list.sort()
self.__drawdoc_list = pmgr.get_draw_doc_list()
self.__drawdoc_list.sort()
gtk.ComboBox.__init__(self)
def set(self,tables,callback, obj=None,active=None):