[empathy/gnome-2-34] Initialize GObject
- From: Sjoerd Simons <sjoerds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/gnome-2-34] Initialize GObject
- Date: Wed, 23 Feb 2011 14:54:25 +0000 (UTC)
commit 5e556267aa25dd5eb4b82f0163cd5d5660d5473e
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date: Tue Feb 22 11:24:26 2011 +0000
Initialize GObject
src/empathy.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy.c b/src/empathy.c
index 3cec070..970d2b6 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -436,8 +436,8 @@ main (int argc, char *argv[])
gtk_clutter_init (&argc, &argv);
#endif
+ g_type_init ();
tpy_cli_init ();
-
empathy_init ();
optcontext = g_option_context_new (N_("- Empathy IM Client"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]