#2330: Error when using reorder buttons

svn: r11001
This commit is contained in:
Jérôme Rapinat 2008-08-21 16:43:46 +00:00
parent 4b0ed5c34a
commit eef039d321

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)