New feature for Run with Arguments combobox (Debian Lenny SPE 0.8.4.h)

Bug #765601 reported by David Nicolson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
spe (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: spe

I added argument recall to the Run.../stop dialog.
I did this by changing dialog/runDialog.py
From:
        self.arguments = wx.ComboBox(self, -1, choices = [], style=wx.CB_DROPDOWN)
To:
        self.arguments = wx.ComboBox(self, -1, choices = runPreviousArguments, style=wx.CB_DROPDOWN)

          beep = runDialog.beep.GetValue()

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.