Merge branch '2459_switch_to_left_panel'

* 2459_switch_to_left_panel:
  Ticket #2459: switch to the left panel after mouse click on input line history pictogram.
This commit is contained in:
Andrew Borodin 2011-01-24 20:42:55 +03:00
commit 69d66dd598

View File

@ -952,7 +952,7 @@ dlg_select_widget (void *w)
const Widget *widget = (Widget *) w;
Dlg_head *h = widget->owner;
do_select_widget (h, g_list_find (h->widgets, widget), SELECT_NEXT);
do_select_widget (h, g_list_find (h->widgets, widget), SELECT_EXACT);
}
/* --------------------------------------------------------------------------------------------- */