Code

screen_browser: removed redundant highlight check
authorMax Kellermann <max@duempel.org>
Thu, 18 Sep 2008 21:35:12 +0000 (23:35 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 18 Sep 2008 21:35:12 +0000 (23:35 +0200)
commitcb2ec6826f7646ec3a5cf430fdda8b8249cb8f4b
tree3c0c30c24c8480abaf681255a74534b7267c2d23
parenteb04b19e0eaa2554f573837f5597f73f01dba318
screen_browser: removed redundant highlight check

browser_select_entry() checked the entry's "highlight" flag twice: the
first time, it was toggled, and the second time, action was performed
based on the flag.  Merge the two checks.
src/screen_browser.c