comparison src/protocols/novell/novell.c @ 8744:0f73e8204529

[gaim-migrate @ 9499] "This patch fixes some memory leaks and also fixes the title for the contact info dialog -- no longer using "Title" :)" --Mike Stoddard (16:51:04) Sean: Mike Stoddard is the Novell guy who wrote it. Accept any patches from him committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 21 Apr 2004 21:01:42 +0000
parents 52969b8e9c58
children dbe23964ff2b
comparison
equal deleted inserted replaced
8743:fb48b9472ea5 8744:0f73e8204529
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