summaryrefslogtreecommitdiff
path: root/src/totem-playlist.h
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@svn.gnome.org>2007-11-12 21:08:58 +0000
committerPhilip Withnall <pwithnall@src.gnome.org>2007-11-12 21:08:58 +0000
commitf7859592a46250be93830b831ad8e8ee5416c7c8 (patch)
treee6ebeaf695a1d57d11e5bbde7926d5fd00227697 /src/totem-playlist.h
parentc385d3a8fac12ff1ee409230e583dd6ca8f564b7 (diff)
downloadtotem-f7859592a46250be93830b831ad8e8ee5416c7c8.tar.gz
Fix some compile warnings, show a busy cursor while downloading results in
2007-11-12 Philip Withnall <pwithnall@svn.gnome.org> * src/plparse/totem-pl-parser-podcast.c: (parse_rss_items): * src/plugins/youtube/youtube.py: * src/totem-object.c: (totem_get_playlist): * src/totem-playlist.h: * src/totem-video-list.c: (row_activated_cb): * src/totem.h: Fix some compile warnings, show a busy cursor while downloading results in the YouTube plugin, and convert TotemVideoList to use the playlist instead of directly playing MRLs. svn path=/trunk/; revision=4865
Diffstat (limited to 'src/totem-playlist.h')
-rw-r--r--src/totem-playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-playlist.h b/src/totem-playlist.h
index afcdde595..b4213c987 100644
--- a/src/totem-playlist.h
+++ b/src/totem-playlist.h
@@ -26,7 +26,7 @@
#include <gtk/gtkvbox.h>
#include <libgnomevfs/gnome-vfs-volume.h>
-#include "totem-pl-parser.h"
+#include "plparse/totem-pl-parser.h"
G_BEGIN_DECLS