[totem] main: Fix compilation failure



commit f46412d0a7fdfd0dfd87e0c6a9fff116bc1f0f70
Author: Bastien Nocera <hadess hadess net>
Date:   Sun Jul 15 01:02:46 2012 +0100

    main: Fix compilation failure
    
    For the totem_add_to_playlist_and_play() API change.

 src/totem-menu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-menu.c b/src/totem-menu.c
index 31b3c59..3afc93e 100644
--- a/src/totem-menu.c
+++ b/src/totem-menu.c
@@ -487,7 +487,7 @@ on_recent_file_item_activated (GtkAction *action,
 	uri = gtk_recent_info_get_uri (recent_info);
 	display_name = gtk_recent_info_get_display_name (recent_info);
 
-	totem_add_to_playlist_and_play (totem, uri, display_name, FALSE);
+	totem_add_to_playlist_and_play (totem, uri, display_name);
 }
 
 static gint



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]