[easytag] Fix automatic numbering of last track in view
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Fix automatic numbering of last track in view
- Date: Sat, 19 Apr 2014 09:31:59 +0000 (UTC)
commit 196d4f18e228d1300910d56cdda162a150ffeea8
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 3a04df0..5af70a5 100644
--- a/src/easytag.c
+++ b/src/easytag.c
@@ -1496,7 +1496,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]