Codebase list mirage / a7f5e53
Reformat call to hash_for_custom_action() Thomas Ross 3 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
23782378 (model, iter) = self.actionwidget.get_selection().get_selected()
23792379 (rownum,) = self.actionstore.get_path(iter)
23802380 self.action_names[rownum] = name
2381 self.action_hashes[rownum] = self.hash_for_custom_action(name, command, shortcut, batch)
2381 self.action_hashes[rownum] = self.hash_for_custom_action(
2382 name, command, shortcut, batch
2383 )
23822384 self.action_commands[rownum] = command
23832385 self.action_shortcuts[rownum] = shortcut
23842386 self.action_batch[rownum] = batch