[Xfce4-commits] <parole:master> Always play the first added media file by default
Ali Abdallah
noreply at xfce.org
Tue Oct 6 10:16:02 CEST 2009
Updating branch refs/heads/master
to 48cc60b1ac76a8689e6815a6cad53b465edf8222 (commit)
from fb4b167b8eb03571eca1a1ee855a706e246b3746 (commit)
commit 48cc60b1ac76a8689e6815a6cad53b465edf8222
Author: Ali Abdallah <ali at ali-xfce.org>
Date: Mon Oct 5 14:52:43 2009 +0000
Always play the first added media file by default
parole/parole-medialist.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/parole/parole-medialist.c b/parole/parole-medialist.c
index ef0358a..b9326e6 100644
--- a/parole/parole-medialist.c
+++ b/parole/parole-medialist.c
@@ -245,7 +245,7 @@ parole_media_list_files_opened_cb (ParoleMediaChooser *chooser, GSList *files, P
if ( len != 0 )
{
file = g_slist_nth_data (files, 0);
- parole_media_list_add (list, file, FALSE, TRUE);
+ parole_media_list_add (list, file, TRUE, TRUE);
}
for ( i = 1; i < len; i++)
More information about the Xfce4-commits
mailing list