[totem] browser-plugin: Make it compile
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] browser-plugin: Make it compile
- Date: Fri, 31 Jan 2014 11:44:50 +0000 (UTC)
commit d14d7772d56ed8117e1d069847b644bf30d905b9
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jan 31 12:44:32 2014 +0100
browser-plugin: Make it compile
browser-plugin/totem-plugin-viewer.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/browser-plugin/totem-plugin-viewer.c b/browser-plugin/totem-plugin-viewer.c
index c255cfc..3defc06 100644
--- a/browser-plugin/totem-plugin-viewer.c
+++ b/browser-plugin/totem-plugin-viewer.c
@@ -364,16 +364,17 @@ totem_embedded_set_pp_state (TotemEmbedded *emb, gboolean state)
static void
totem_embedded_update_title (TotemEmbedded *emb, const char *title)
{
+ // FIXME
+#if 0
GObject *obj;
GtkWidget *header;
obj = bacon_video_widget_get_header_object (emb->bvw);
header = g_object_get_data (obj, "header");
gtk_header_bar_set_title (GTK_HEADER_BAR (header), title ? title : "");
+#endif
}
-
-
static gboolean
totem_embedded_open_internal (TotemEmbedded *emb,
gboolean start_play,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]