summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7bbad86)
raw | patch | inline | side by side (parent: 7bbad86)
author | Kalle Wallin <kaw@linux.se> | |
Mon, 13 Dec 2004 16:21:36 +0000 (16:21 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Mon, 13 Dec 2004 16:21:36 +0000 (16:21 +0000) |
ChangeLog | patch | blob | history | |
src/screen_play.c | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 48042cb0c8e9ef6cba7af06ec55ebdde1ac1c1e5..e79f31393fb0ab3b9cec3e987bc33c8917485c94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2004-12-12 Kalle Wallin <kaw@linux.se>
+ * screen_play.c: Fixed abort (Ctrl-G) handling in the save playlist prompt
+
+2004-12-09 Kalle Wallin <kaw@linux.se>
+ * strfsong.c: %time% format fix from Aurelien Foret (use %02d for seconds)
+
2004-11-14 Kalle Wallin <kaw@linux.se>
* Added a search screen
* screen_browse.c: added enqueue and play feature
diff --git a/src/screen_play.c b/src/screen_play.c
index a86ab01287601d923a3c4f6169e08ddddaa2c04d..cdb8320e8c66e7886c93b1b3482ccec58c0e74e7 100644 (file)
--- a/src/screen_play.c
+++ b/src/screen_play.c
NULL,
NULL,
gcmp);
- filename=g_strstrip(filename);
/* destroy completion support */
wrln_pre_completion_callback = NULL;
wrln_post_completion_callback = NULL;
g_completion_free(gcmp);
list = string_list_free(list);
+ if( filename )
+ filename=g_strstrip(filename);
}
else
{