orca r2365 - in trunk: . src/orca



Author: richb
Date: 2007-05-09 21:43:34 +0100 (Wed, 09 May 2007)
New Revision: 2365
ViewCVS link: http://svn.gnome.org/viewcvs/orca?rev=2365&view=rev

Modified:
   trunk/ChangeLog
   trunk/src/orca/focus_tracking_presenter.py
   trunk/src/orca/script.py
Log:
        * src/orca/script.py:
          src/orca/focus_tracking_presenter.py:
          Fixed bug #437004 â Add in hooks for allowing
          activation/deactivation script methods.
          Added two new methods to the Script class in script.py:

              def activate(self):
              def deactivate(self):

          Added a new setActiveScript(self, newScript):

          method in focus_tracking_presenter.py, and replaced all
          occurances of "orca_state.activeScript = ..." with a call
          to self.setActiveScript().





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]