lib/widget/menu.c: indentation.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2016-09-11 11:52:07 +03:00
parent 4d6ea43282
commit 0cc22928af

View File

@ -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;