diff src/gtkstatusbox.h @ 13122:d33a225fcb80

[gaim-migrate @ 15484] Remove the gtkstatusbox code for displaying connection errors, since we're using the error buttons in the buddy list, now. I really think showing connection errors in the status box is a bad idea. Users need a way to acknowledge that they've seen an error. Plus there wasn't any way to tell which account it was for. Or view the full text of the error message. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 04 Feb 2006 21:54:55 +0000
parents e2a94ab60a7e
children a9f6d9a68a04
line wrap: on
line diff
--- a/src/gtkstatusbox.h	Sat Feb 04 21:42:02 2006 +0000
+++ b/src/gtkstatusbox.h	Sat Feb 04 21:54:55 2006 +0000
@@ -143,9 +143,6 @@
 gtk_gaim_status_box_add_separator(GtkGaimStatusBox *status_box);
 
 void
-gtk_gaim_status_box_set_error(GtkGaimStatusBox *status_box, const gchar *error);
-
-void
 gtk_gaim_status_box_set_connecting(GtkGaimStatusBox *status_box, gboolean connecting);
 
 void