** Description changed: Binary package hint: spe - I added argument recall to the Run.../stop dialog. + 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) + self.arguments = wx.ComboBox(self, -1, choices = [], style=wx.CB_DROPDOWN) To: - self.arguments = wx.ComboBox(self, -1, choices = runPreviousArguments, style=wx.CB_DROPDOWN) + self.arguments = wx.ComboBox(self, -1, choices = runPreviousArguments, style=wx.CB_DROPDOWN) - And also changed Parent.py by adding a line of code thus: - - From: - arguments = runDialog.arguments.GetValue() - beep = runDialog.beep.GetValue() - - To: - arguments = runDialog.arguments.GetValue() - self.argumentsPrevious.append(arguments) - beep = runDialog.beep.GetValue() + beep = runDialog.beep.GetValue()
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/765601 Title: New feature for Run with Arguments combobox (Debian Lenny SPE 0.8.4.h) -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
