comparison pidgin/gtkpounce.c @ 18065:c3b4adf3efe6

merge of '722cb392b57e671e8f059143c0bcc15fed5a4724' and 'f7f9ab094c6a9ef67b955852d7e0c1775779dfa4'
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 07 Jun 2007 10:57:05 +0000
parents 4ca97b26a8fb
children 926ccb104da0 c885a9ccd301
comparison
equal deleted inserted replaced
18064:50e4d702beb7 18065:c3b4adf3efe6
494 dialog->pounce = NULL; 494 dialog->pounce = NULL;
495 dialog->account = account; 495 dialog->account = account;
496 } 496 }
497 else 497 else
498 { 498 {
499 GList *connections = purple_connections_get_all(); 499 const GList *connections = purple_connections_get_all();
500 PurpleConnection *gc; 500 PurpleConnection *gc;
501 501
502 if (connections != NULL) 502 if (connections != NULL)
503 { 503 {
504 gc = (PurpleConnection *)connections->data; 504 gc = (PurpleConnection *)connections->data;