diff src/gtkaccount.c @ 10420:854c972ea863

[gaim-migrate @ 11671] The ability to add, modify and _save_ new statuses. This hopefully brings our functionality slightly past where it is in oldstatus. This could use a bit of testing, but I think it's pretty good. We still can't edit substatuses. Primitive types like "unset" should be hidden from the status selector dropdown. "Online" and "offline" should maybe be hidden... but someone in #gaim mentioned that it might be a good way to choose which accounts are offline for a given status. Eh. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 26 Dec 2004 05:23:51 +0000
parents bed2c96bc1fb
children dc4475bf718f
line wrap: on
line diff
--- a/src/gtkaccount.c	Sun Dec 26 02:03:14 2004 +0000
+++ b/src/gtkaccount.c	Sun Dec 26 05:23:51 2004 +0000
@@ -650,7 +650,7 @@
 	add_pref_box(dialog, vbox, _("Screen Name:"), dialog->screenname_entry);
 
 	g_signal_connect(G_OBJECT(dialog->screenname_entry), "changed",
-			 G_CALLBACK(screenname_changed_cb), dialog);
+					 G_CALLBACK(screenname_changed_cb), dialog);
 
 	/* Do the user split thang */
 	if (dialog->plugin == NULL) /* Yeah right. */