#2330: Error when using reorder buttons

svn: r11000
This commit is contained in:
Jérôme Rapinat 2008-08-21 16:42:43 +00:00
parent ddd907168c
commit 164b3f3834

View File

@ -62,7 +62,7 @@ class DataEmbedList(EmbeddedList):
self.obj = obj
EmbeddedList.__init__(self, dbstate, uistate, track, _('_Data'),
DataModel, move_buttons=True)
DataModel, move_buttons=False)
def build_columns(self):
EmbeddedList.build_columns(self)