Merge branch 'master' of https://gitlab.com/rastersoft/devedeng
This commit is contained in:
commit
e622825ad3
1 changed files with 2 additions and 2 deletions
|
|
@ -624,12 +624,12 @@ class file_movie(devedeng.interface_manager.interface_manager):
|
|||
self.emit('in_menu_changed', self.show_in_menu)
|
||||
else:
|
||||
# editing properties for a group of files
|
||||
data = self.store_file()
|
||||
data = self.store_element()
|
||||
sel = self.wtreeview_multiproperties.get_selection()
|
||||
model, pathlist = sel.get_selected_rows()
|
||||
for file_path in pathlist:
|
||||
obj = model[file_path][1]
|
||||
obj.restore_file(data)
|
||||
obj.restore_element(data)
|
||||
|
||||
self.wfile_properties.destroy()
|
||||
self.wfile_properties = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue