summaryrefslogtreecommitdiff
path: root/browser-plugin
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-08-25 12:08:48 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-08-25 12:08:48 +0000
commit24d760ff2bd632b8c8a50aa4d7b965e2f897ebf6 (patch)
treee441991ccfc17b471b19c60b56e09b90773121e3 /browser-plugin
parent5d10a6c9942654cb126bd0fb4e7bf7548bca1b53 (diff)
downloadtotem-24d760ff2bd632b8c8a50aa4d7b965e2f897ebf6.tar.gz
Patch from Jaap A. Haitsma <jaap@haitsma.org> the plugin viewer to show an
2007-08-25 Bastien Nocera <hadess@hadess.net> * browser-plugin/totem-plugin-viewer.c: (totem_embedded_construct): Patch from Jaap A. Haitsma <jaap@haitsma.org> the plugin viewer to show an icon for the about dialogue (Closes: #470019) svn path=/trunk/; revision=4579
Diffstat (limited to 'browser-plugin')
-rw-r--r--browser-plugin/totem-plugin-viewer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/browser-plugin/totem-plugin-viewer.c b/browser-plugin/totem-plugin-viewer.c
index cdb88e9e8..cab95a81d 100644
--- a/browser-plugin/totem-plugin-viewer.c
+++ b/browser-plugin/totem-plugin-viewer.c
@@ -1676,6 +1676,7 @@ totem_embedded_construct (TotemEmbedded *emb,
emb->fs_window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_widget_realize (emb->fs_window);
gtk_window_set_title (GTK_WINDOW (emb->fs_window), _("Totem Movie Player"));
+ gtk_window_set_default_icon_name ("totem");
emb->fs = totem_fullscreen_new (GTK_WINDOW (emb->fs_window));
totem_fullscreen_set_video_widget (emb->fs, emb->bvw);