comparison 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
comparison
equal deleted inserted replaced
10419:c9b1f3fac753 10420:854c972ea863
648 dialog->screenname_entry = gtk_entry_new(); 648 dialog->screenname_entry = gtk_entry_new();
649 649
650 add_pref_box(dialog, vbox, _("Screen Name:"), dialog->screenname_entry); 650 add_pref_box(dialog, vbox, _("Screen Name:"), dialog->screenname_entry);
651 651
652 g_signal_connect(G_OBJECT(dialog->screenname_entry), "changed", 652 g_signal_connect(G_OBJECT(dialog->screenname_entry), "changed",
653 G_CALLBACK(screenname_changed_cb), dialog); 653 G_CALLBACK(screenname_changed_cb), dialog);
654 654
655 /* Do the user split thang */ 655 /* Do the user split thang */
656 if (dialog->plugin == NULL) /* Yeah right. */ 656 if (dialog->plugin == NULL) /* Yeah right. */
657 user_splits = NULL; 657 user_splits = NULL;
658 else 658 else