summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-07-15 01:02:46 +0100
committerBastien Nocera <hadess@hadess.net>2012-07-15 01:04:31 +0100
commitf46412d0a7fdfd0dfd87e0c6a9fff116bc1f0f70 (patch)
tree7714f38441b0eb867087d5351d3704bd830a5a57
parent25981693a9d951295f5c002decc82bfafc269eff (diff)
downloadtotem-f46412d0a7fdfd0dfd87e0c6a9fff116bc1f0f70.tar.gz
main: Fix compilation failure
For the totem_add_to_playlist_and_play() API change.
-rw-r--r--src/totem-menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-menu.c b/src/totem-menu.c
index 31b3c598e..3afc93eef 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