empathy r1968 - trunk/tests
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1968 - trunk/tests
- Date: Fri, 12 Dec 2008 15:49:28 +0000 (UTC)
Author: xclaesse
Date: Fri Dec 12 15:49:28 2008
New Revision: 1968
URL: http://svn.gnome.org/viewvc/empathy?rev=1968&view=rev
Log:
Use empathy_gtk_init()
Modified:
trunk/tests/contact-manager.c
Modified: trunk/tests/contact-manager.c
==============================================================================
--- trunk/tests/contact-manager.c (original)
+++ trunk/tests/contact-manager.c Fri Dec 12 15:49:28 2008
@@ -6,6 +6,7 @@
#include <libempathy/empathy-debug.h>
#include <libempathy-gtk/empathy-contact-list-store.h>
+#include <libempathy-gtk/empathy-ui-utils.h>
int
main (int argc, char **argv)
@@ -17,7 +18,7 @@
GtkWidget *window;
GtkCellRenderer *renderer;
- gtk_init (&argc, &argv);
+ empathy_gtk_init (&argc, &argv);
empathy_debug_set_flags (g_getenv ("EMPATHY_DEBUG"));
main_loop = g_main_loop_new (NULL, FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]