[totem/gnome-3-6] browser-plugin: Register the types used by UI files



commit c7ccc8559bf02c59e6f0cf19bc104f4b6769b556
Author: Olivier Blin <blino mageia org>
Date:   Fri Sep 7 19:47:40 2012 +0200

    browser-plugin: Register the types used by UI files
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683429

 browser-plugin/totem-plugin-viewer.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/browser-plugin/totem-plugin-viewer.c b/browser-plugin/totem-plugin-viewer.c
index df96205..2738cff 100644
--- a/browser-plugin/totem-plugin-viewer.c
+++ b/browser-plugin/totem-plugin-viewer.c
@@ -2197,6 +2197,10 @@ int main (int argc, char **argv)
 		exit (1);
 	}
 
+	g_type_ensure (TOTEM_TYPE_GLOW_BUTTON);
+	g_type_ensure (TOTEM_TYPE_STATUSBAR);
+	g_type_ensure (TOTEM_TYPE_TIME_LABEL);
+
 	if (arg_audioonly != FALSE)
 		g_setenv("PULSE_PROP_media.role", "video", TRUE);
 	else



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