From adc9ebd4ac938f16f804943139768b269bf4b497 Mon Sep 17 00:00:00 2001 From: Reinier Heeres Date: Mon, 10 Sep 2007 09:57:56 +0000 Subject: Bugfixes, plot axes labels, MANIFEST update --- (limited to 'toolbars.py') diff --git a/toolbars.py b/toolbars.py index 8b06fae..cc137dd 100644 --- a/toolbars.py +++ b/toolbars.py @@ -164,4 +164,4 @@ class FormatToolbar(gtk.Toolbar): calc.ml.set_angle_type(MathLib.ANGLE_DEG) elif text == 'rad': calc.ml.set_angle_type(MathLib.ANGLE_RAD) - _logger.debug('Angle type: %s', self.calc.ml.angle_scaling) + _logger.debug('Angle type: %s', self.ml.angle_scaling) -- cgit v0.9.1