Show
Ignore:
Timestamp:
07/07/08 07:41:00 (5 months ago)
Author:
rob
Message:

Only RunFilter? should have expanded the command line args to include the pathname of the file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/peppy/mainmenu.py

    r1459 r1460  
    518518 
    519519    def processMinibuffer(self, minibuffer, mode, text): 
    520         self.mode.startCommandLine(text) 
     520        self.mode.startCommandLine(text, expand=True) 
    521521 
    522522class StopScript(RunMixin, SelectAction):