[easytag/easytag-2-2] Fix automatic numbering of last track in view
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/easytag-2-2] Fix automatic numbering of last track in view
- Date: Sat, 19 Apr 2014 09:32:59 +0000 (UTC)
commit 5062c2f8ecdd731a07c0a3276d2ad1bc8c840c0a
Author: David King <amigadave amigadave com>
Date: Sat Apr 19 10:29:44 2014 +0100
Fix automatic numbering of last track in view
https://bugzilla.gnome.org/show_bug.cgi?id=728548
src/easytag.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/easytag.c b/src/easytag.c
index eefab94..bcffeb1 100644
--- a/src/easytag.c
+++ b/src/easytag.c
@@ -1500,7 +1500,6 @@ Mini_Button_Clicked (GObject *object)
etfilelist = ET_Sort_File_List(etfilelist,SORTING_FILE_MODE);
etfilelistfull = ET_Sort_File_List(etfilelistfull,SORTING_FILE_MODE);
- for (l = etfilelist; l != NULL; l = g_list_next (l))
while (etfilelist && etfilelistfull)
{
// To get the path of the file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]