src/gtksavedstatuses.c

changeset 12726
f87db99dc37a
parent 12693
0dd64b3e9934
child 12817
d84b2c520f7d
equal deleted inserted replaced
12725:5967c5006275 12726:f87db99dc37a
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

mercurial