Skip to content

Commit

Permalink
Correct method name
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed May 1, 2017
1 parent 51e9d40 commit 5551ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vidhubcontrol/kivyui/vidhubpresetedit.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def on_crosspoint_widget_remove(self, *args, **kwargs):
def on_crosspoint_widget_dest(self, instance, value):
old_widget = self.crosspoint_widgets.get(value)
if old_widget is not None:
self.on_crosspoint_remove(widget=old_widget)
self.on_crosspoint_widget_remove(widget=old_widget)
old_dest = None
for dest, w in self.crosspoint_widgets.items():
if w == instance:
Expand Down

0 comments on commit 5551ddc

Please sign in to comment.