From: Klaus Ethgen Date: Mon, 6 Apr 2009 23:39:27 +0000 (+0000) Subject: Set the focus for new keyword dialog X-Git-Tag: v1.0.0~278 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=80f4d7efaec01b04310602fc82d571d178f797cd Set the focus for new keyword dialog --- diff --git a/src/bar_keywords.c b/src/bar_keywords.c index fcc41d47..e080da65 100644 --- a/src/bar_keywords.c +++ b/src/bar_keywords.c @@ -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); }