mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
lib/widget/menu.c: indentation.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
4d6ea43282
commit
0cc22928af
@ -1029,7 +1029,7 @@ menubar_activate (WMenuBar * menubar, gboolean dropped, int which)
|
||||
{
|
||||
widget_set_options (w, WOP_SELECTABLE, TRUE);
|
||||
|
||||
widget_set_state (w, WST_FOCUSED, TRUE); /* FIXME: unneeded? */
|
||||
widget_set_state (w, WST_FOCUSED, TRUE); /* FIXME: unneeded? */
|
||||
menubar->is_dropped = dropped;
|
||||
if (which >= 0)
|
||||
menubar->selected = (guint) which;
|
||||
|
Loading…
Reference in New Issue
Block a user