From 25128549a7abcc393b02ba06ee39607cfbe4e760 Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Tue, 15 May 2012 12:51:09 +0000 Subject: [PATCH] Focus input instead of image box --- ede-desktop/IconDialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ede-desktop/IconDialog.cpp b/ede-desktop/IconDialog.cpp index 807f01a..9f035c8 100644 --- a/ede-desktop/IconDialog.cpp +++ b/ede-desktop/IconDialog.cpp @@ -183,6 +183,8 @@ void icon_dialog_icon_create(void) { cancel->callback(cancel_cb); win->end(); win->set_modal(); + + Fl::focus(name); win->show(); }