Module: deluge Branch: master Commit: ce2516ab2c667cffdd965807af285851ccf03728
Author: Nick <[email protected]> Date: Tue Feb 15 20:15:43 2011 +0100 search field is black,white --- deluge/ui/console/modes/alltorrents.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/console/modes/alltorrents.py b/deluge/ui/console/modes/alltorrents.py index c4b831f..e9d1899 100644 --- a/deluge/ui/console/modes/alltorrents.py +++ b/deluge/ui/console/modes/alltorrents.py @@ -469,7 +469,7 @@ class AllTorrents(BaseMode): self.add_string(1,self.column_string) if self.entering_search: - self.add_string(self.rows - 1,"Search torrents: %s"%self.search_string) + self.add_string(self.rows - 1,"{!black,white!}Search torrents: %s"%self.search_string) else: hstr = "%sPress [h] for help"%(" "*(self.cols - len(self.statusbars.bottombar) - 10)) self.add_string(self.rows - 1, "%s%s"%(self.statusbars.bottombar,hstr)) -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
