X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=tests%2Finteractive%2Fcontact-manager.c;h=e391df6349ae896e30e6d1b0ed7997086c7e645c;hp=7793b44d9832430abdb74ede6584766a3aa93336;hb=bcc23595d5522d4345148bdc1ae05ab016894be1;hpb=8c4fe70aad3622138957c49732fa612b1e2e9eb7 diff --git a/tests/interactive/contact-manager.c b/tests/interactive/contact-manager.c index 7793b44d..e391df63 100644 --- a/tests/interactive/contact-manager.c +++ b/tests/interactive/contact-manager.c @@ -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);