changeset 17474:6edc451629a6

__contour__.m: Ignore dummy input in all listener functions. * scripts/plot/private/__contour__.m: Ignore second input for update_text callback function.
author Rik <rik@octave.org>
date Tue, 24 Sep 2013 19:00:34 -0700
parents 9849075a5da6
children 25f6e31bbce9
files scripts/plot/private/__contour__.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/private/__contour__.m	Tue Sep 24 16:41:20 2013 -0400
+++ b/scripts/plot/private/__contour__.m	Tue Sep 24 19:00:34 2013 -0700
@@ -470,13 +470,13 @@
     endif
 
     add_patch_children (h);
-    update_text (h, d);
+    update_text (h);
     recursive = false;
   endif
 
 endfunction
 
-function update_text (h, d)
+function update_text (h, ~)
   persistent recursive = false;
 
   if (! recursive)