From ffbb9dd478b8a6053b8039618ccfaaa7b56099cf Mon Sep 17 00:00:00 2001 From: Bastian Bloessl <bloessl@ccs-labs.org> Date: Wed, 27 Nov 2013 08:11:03 +0100 Subject: grc: rename remove_duplicate -> remove_clone --- grc/python/Port.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grc/python/Port.py') diff --git a/grc/python/Port.py b/grc/python/Port.py index 0b97f69cb5..ef60b33839 100644 --- a/grc/python/Port.py +++ b/grc/python/Port.py @@ -247,7 +247,7 @@ class Port(_Port, _GUIPort): self._clones.append(port) return port - def remove_duplicate(self, port): + def remove_clone(self, port): """ Remove a cloned port from the internal list Remove to index 0 of the master port name if there are no more clones -- cgit v1.2.3