Fix a little annoyance with combo boxes

Pop up the menu right away, instead of requiring the user to click
again after the button turned into a combobox.
This commit is contained in:
Matthias Clasen 2010-11-15 14:13:44 -05:00
parent 1607beaea2
commit 8cffbc0a4c

View file

@ -278,6 +278,7 @@ static void
start_editing (UmEditableCombo *combo)
{
gtk_notebook_set_current_page (combo->priv->notebook, 2);
gtk_combo_box_popup (combo->priv->combo);
}
static void