| 660 gaim_notify_error(NULL, NULL, _("Title already in use. You must " |
660 gaim_notify_error(NULL, NULL, _("Title already in use. You must " |
| 661 "choose a unique title."), NULL); |
661 "choose a unique title."), NULL); |
| 662 return; |
662 return; |
| 663 } |
663 } |
| 664 |
664 |
| 665 type = gtk_option_menu_get_history(dialog->type); |
665 type = gtk_option_menu_get_history(dialog->type) + (GAIM_STATUS_UNSET + 1); |
| 666 message = gtk_imhtml_get_markup(dialog->message); |
666 message = gtk_imhtml_get_markup(dialog->message); |
| 667 unformatted = gaim_markup_strip_html(message); |
667 unformatted = gaim_markup_strip_html(message); |
| 668 |
668 |
| 669 /* |
669 /* |
| 670 * If we're editing an old status, then lookup the old status (it's |
670 * If we're editing an old status, then lookup the old status (it's |