comparison src/dialogs.c @ 137:fe81c8b4951d

[gaim-migrate @ 147] Fixed the leaking GdkColor. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 19 Apr 2000 08:49:49 +0000
parents 521db4bf5f28
children 99248fb977c2
comparison
equal deleted inserted replaced
136:4e91b92f91a7 137:fe81c8b4951d
1671 1671
1672 g_snprintf(open_tag, 2048, "<A HREF=\"%s\">%s", urltext, showtext); 1672 g_snprintf(open_tag, 2048, "<A HREF=\"%s\">%s", urltext, showtext);
1673 surround(b->entry, open_tag, "</A>"); 1673 surround(b->entry, open_tag, "</A>");
1674 1674
1675 g_free(open_tag); 1675 g_free(open_tag);
1676
1677 destroy_dialog(NULL, b->window); 1676 destroy_dialog(NULL, b->window);
1678 } 1677 }
1679 1678
1680 1679
1681 void show_add_link(GtkWidget *entry, GtkWidget *link) 1680 void show_add_link(GtkWidget *entry, GtkWidget *link)