comparison libpurple/connection.c @ 18080:bb2e5f6ff2b4

propagate from branch 'im.pidgin.pidgin' (head 5fdf4fa0a7dcefa78c9ec2e7c25b151f1e3acf18) to branch 'im.pidgin.pidgin.2.1.0' (head 1d53de833ec35c1899f24b60e7d79db753917c15)
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 10 Jun 2007 01:46:31 +0000
parents 4ca97b26a8fb 44393d3e0c3b
children 873ee0038752
comparison
equal deleted inserted replaced
18079:c885a9ccd301 18080:bb2e5f6ff2b4
434 PurpleConnectionUiOps *ops; 434 PurpleConnectionUiOps *ops;
435 435
436 g_return_if_fail(gc != NULL); 436 g_return_if_fail(gc != NULL);
437 437
438 if (text == NULL) { 438 if (text == NULL) {
439 g_critical("purple_connection_error: check `text != NULL' failed"); 439 purple_debug_error("connection", "purple_connection_error: check `text != NULL' failed");
440 text = _("Unknown error"); 440 text = _("Unknown error");
441 } 441 }
442 442
443 /* If we've already got one error, we don't need any more */ 443 /* If we've already got one error, we don't need any more */
444 if (gc->disconnect_timeout) 444 if (gc->disconnect_timeout)