# HG changeset patch # User Rik # Date 1400253611 25200 # Node ID 10082673a8f0739997a4b342843969e3978e4af7 # Parent 692e16c9e4888685d035d14d9ed0225f3cc48aad Don't delete listeners with 'cla reset' for Matlab compatibility (bug #42285). * graphics.in.h (set_defaults): Delete call to remove_all_listeners(). diff -r 692e16c9e488 -r 10082673a8f0 libinterp/corefcn/graphics.in.h --- a/libinterp/corefcn/graphics.in.h Thu May 15 15:09:54 2014 -0700 +++ b/libinterp/corefcn/graphics.in.h Fri May 16 08:20:11 2014 -0700 @@ -4158,7 +4158,6 @@ void set_defaults (const std::string& mode) { - remove_all_listeners (); xproperties.set_defaults (*this, mode); }