Revision: 7359
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7359&view=rev
Author: jdh2358
Date: 2009-08-05 11:06:13 +0000 (Wed, 05 Aug 2009)
Log Message:
-----------
remove dup gui event in enter/leave events in gtk
Modified Paths:
--------------
branches/v0_99_maint/lib/matplotlib/backends/backend_gtk.py
Modified: branches/v0_99_maint/lib/matplotlib/backends/backend_gtk.py
===================================================================
--- branches/v0_99_maint/lib/matplotlib/backends/backend_gtk.py 2009-08-05
02:29:12 UTC (rev 7358)
+++ branches/v0_99_maint/lib/matplotlib/backends/backend_gtk.py 2009-08-05
11:06:13 UTC (rev 7359)
@@ -243,10 +243,10 @@
return False # finish event propagation?
def leave_notify_event(self, widget, event):
- FigureCanvasBase.leave_notify_event(self, event, guiEvent=event)
+ FigureCanvasBase.leave_notify_event(self, event)
def enter_notify_event(self, widget, event):
- FigureCanvasBase.enter_notify_event(self, event, guiEvent=event)
+ FigureCanvasBase.enter_notify_event(self, event)
def _get_key(self, event):
if event.keyval in self.keyvald:
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins