[ekiga] Clean up code
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Clean up code
- Date: Fri, 12 Apr 2013 17:25:06 +0000 (UTC)
commit ab5e01ed111442b1bb5872546841a31bc1fe4bf8
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Fri Apr 12 19:24:23 2013 +0200
Clean up code
src/gui/main.cpp | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/main.cpp b/src/gui/main.cpp
index d37ba67..c0cfec9 100644
--- a/src/gui/main.cpp
+++ b/src/gui/main.cpp
@@ -96,6 +96,7 @@ main (int argc,
/* GTK+ initialization */
g_type_init ();
g_thread_init (NULL);
+ gtk_init (&argc, &argv);
#ifndef WIN32
signal (SIGPIPE, SIG_IGN);
#endif
@@ -182,8 +183,6 @@ main (int argc,
#endif
/* Ekiga initialisation */
- gtk_init (&argc, &argv);
-
// should come *after* ptrace initialisation, to track codec loading for ex.
GnomeMeeting instance;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]