[empathy: 14/18] empathy-call: add COGL and Clutter option groups



commit 5e685d03af4b3f278236c27420a12302ea76e736
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Fri Aug 12 16:34:28 2011 +0100

    empathy-call: add COGL and Clutter option groups

 src/empathy-call.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-call.c b/src/empathy-call.c
index 4adf5f4..1305645 100644
--- a/src/empathy-call.c
+++ b/src/empathy-call.c
@@ -127,6 +127,10 @@ main (int argc,
   optcontext = g_option_context_new (N_("- Empathy Audio/Video Client"));
   g_option_context_add_group (optcontext, gst_init_get_option_group ());
   g_option_context_add_group (optcontext, gtk_get_option_group (TRUE));
+  g_option_context_add_group (optcontext, cogl_get_option_group ());
+  g_option_context_add_group (optcontext,
+      clutter_get_option_group_without_init ());
+  g_option_context_add_group (optcontext, gtk_clutter_get_option_group ());
   g_option_context_add_main_entries (optcontext, options, GETTEXT_PACKAGE);
 
   if (!g_option_context_parse (optcontext, &argc, &argv, &error)) {



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