diff src/gtkstatusbox.h @ 11732:03c813a42c76

[gaim-migrate @ 14023] here's what iw as working on, with the bits that activiate it commented out. its not finished at all, but i'm tired of people breaking it ;) hopefully this will motivate me to finish it tonight/tomorrow. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 23 Oct 2005 01:42:01 +0000
parents a8ec0a291d14
children 992d49cf2b92
line wrap: on
line diff
--- a/src/gtkstatusbox.h	Sun Oct 23 01:22:25 2005 +0000
+++ b/src/gtkstatusbox.h	Sun Oct 23 01:42:01 2005 +0000
@@ -108,7 +108,7 @@
 GtkWidget    *gtk_gaim_status_box_new_with_account (GaimAccount *);
 
 void
-gtk_gaim_status_box_add(GtkGaimStatusBox *status_box, GdkPixbuf *pixbuf, const char *text, const char *sec_text, char *edit);
+gtk_gaim_status_box_add(GtkGaimStatusBox *status_box, GdkPixbuf *pixbuf, const char *text, const char *sec_text, const char *edit);
 
 void
 gtk_gaim_status_box_set_error(GtkGaimStatusBox *status_box, const gchar *error);