comparison pidgin/gtkpounce.c @ 18114:873ee0038752

merge of 'd8c7c08339ae468cb4298f6850eb7d3b760ad7b5' and 'ed8b5b74cff83943994bc055c40b107e04e87249'
author Richard Laager <rlaager@wiktel.com>
date Sat, 16 Jun 2007 19:00:52 +0000
parents c885a9ccd301 926ccb104da0
children ab6d2763b8d8
comparison
equal deleted inserted replaced
18104:e4d21d4dfcca 18114:873ee0038752
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 const GList *connections = purple_connections_get_all(); 499 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;