[easytag/easytag-2-2] Allow input focus to escape the tag area



commit 8e5276e99e1538196fda945577ccee1de90bc3ba
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 bcffeb1..aa24a0b 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]