[totem] browser-plugin: Register the types used by UI files
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] browser-plugin: Register the types used by UI files
- Date: Thu, 13 Sep 2012 16:03:45 +0000 (UTC)
commit fd1bfd27a241ba9088fb7d12b934132a3ff8b0a4
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]