Skip to content

Commit

Permalink
Set the focus for new keyword dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
mowgli committed Apr 6, 2009
1 parent 6224bad commit 80f4d7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bar_keywords.c
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,8 @@ static void bar_pane_keywords_edit_dialog(PaneKeywordsData *pkd, gboolean edit_e
G_CALLBACK(bar_pane_keywords_conf_set_helper), cdd);
g_free(name);

gtk_widget_grab_focus(cdd->edit_widget);

gtk_widget_show(gd->dialog);
}

Expand Down

0 comments on commit 80f4d7e

Please sign in to comment.