]> git.0d.be Git - empathy.git/blobdiff - tests/interactive/contact-manager.c
chat: use the individual view/store rather than the contact one
[empathy.git] / tests / interactive / contact-manager.c
index 7793b44d9832430abdb74ede6584766a3aa93336..e391df6349ae896e30e6d1b0ed7997086c7e645c 100644 (file)
@@ -12,7 +12,6 @@ int
 main (int argc, char **argv)
 {
        EmpathyContactManager *manager;
-       GMainLoop             *main_loop;
        EmpathyContactListStore *store;
        GtkWidget *combo;
        GtkWidget *window;
@@ -22,7 +21,7 @@ main (int argc, char **argv)
        empathy_gtk_init ();
 
        empathy_debug_set_flags (g_getenv ("EMPATHY_DEBUG"));
-       main_loop = g_main_loop_new (NULL, FALSE);
+       g_main_loop_new (NULL, FALSE);
        manager = empathy_contact_manager_dup_singleton ();
        store = empathy_contact_list_store_new (EMPATHY_CONTACT_LIST (manager));
        empathy_contact_list_store_set_is_compact (store, TRUE);