src/protocols/novell/novell.c

changeset 8744
14a15b6f466d
parent 8739
c5e9d3587aad
child 8746
520d773d654e
equal deleted inserted replaced
8743:218c11a069f3 8744:14a15b6f466d
1011 } 1011 }
1012 nm_release_property(property); 1012 nm_release_property(property);
1013 } 1013 }
1014 } 1014 }
1015 1015
1016 /* XXX - Um, we're using "Title" as the title? */ 1016 gaim_notify_formatted(NULL, NULL, _("User Properties"),
1017 gaim_notify_formatted(NULL, "Title", _("User Properties"),
1018 NULL, info_text->str, NULL, NULL); 1017 NULL, info_text->str, NULL, NULL);
1019 1018
1020 g_string_free(info_text, TRUE); 1019 g_string_free(info_text, TRUE);
1021 } 1020 }
1022 1021
1847 str = g_strdup_printf(_("This conference has been closed." 1846 str = g_strdup_printf(_("This conference has been closed."
1848 " No more messages can be sent.")); 1847 " No more messages can be sent."));
1849 gaim_conversation_write(chat, NULL, str, GAIM_MESSAGE_SYSTEM, time(NULL)); 1848 gaim_conversation_write(chat, NULL, str, GAIM_MESSAGE_SYSTEM, time(NULL));
1850 g_free(str); 1849 g_free(str);
1851 } 1850 }
1851
1852 if (message)
1853 nm_release_message(message);
1852 1854
1853 return -1; 1855 return -1;
1854 } 1856 }
1855 1857
1856 static void 1858 static void

mercurial