[easytag] Allow input focus to escape the tag area
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Allow input focus to escape the tag area
- Date: Sat, 26 Apr 2014 08:25:58 +0000 (UTC)
commit 501b11256e7d8e4146d65a15c1040cc43db7eb59
Author: David King <amigadave amigadave com>
Date: Sat Apr 26 09:19:26 2014 +0100
Allow input focus to escape the tag area
Do not create a focus loop in the tag area, and instead allow the user
to tab out of the area.
src/easytag.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/easytag.c b/src/easytag.c
index 5af70a5..915bf88 100644
--- a/src/easytag.c
+++ b/src/easytag.c
@@ -1133,7 +1133,6 @@ Create_Tag_Area (void)
focusable_widgets_list = g_list_prepend(focusable_widgets_list,CopyrightEntry);
focusable_widgets_list = g_list_prepend(focusable_widgets_list,URLEntry);
focusable_widgets_list = g_list_prepend(focusable_widgets_list,EncodedByEntry);
- focusable_widgets_list = g_list_prepend(focusable_widgets_list,TitleEntry); // To loop to the beginning
/* More efficient than using g_list_append(), which must traverse the
* whole list. */
focusable_widgets_list = g_list_reverse(focusable_widgets_list);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]