comparison src/dialogs.c @ 1483:934041288fbb

[gaim-migrate @ 1493] sorry if this breaks your patch, bmiller, but it shouldn't be too hard to correct committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 08 Feb 2001 04:48:32 +0000
parents 1d0fc2622b29
children d8f85826995e
comparison
equal deleted inserted replaced
1482:68d44466c0b0 1483:934041288fbb
3700 gtk_widget_set_usize(sw, 390, 220); 3700 gtk_widget_set_usize(sw, 390, 220);
3701 3701
3702 layout = gtk_imhtml_new(NULL, NULL); 3702 layout = gtk_imhtml_new(NULL, NULL);
3703 gtk_signal_connect(GTK_OBJECT(layout), "url_clicked", open_url_nw, NULL); 3703 gtk_signal_connect(GTK_OBJECT(layout), "url_clicked", open_url_nw, NULL);
3704 gtk_container_add(GTK_CONTAINER(sw), layout); 3704 gtk_container_add(GTK_CONTAINER(sw), layout);
3705 gtk_imhtml_show_comments(GTK_IMHTML(layout), TRUE); 3705 if (!(display_options & OPT_DISP_SHOW_SMILEY))
3706 gtk_imhtml_show_smileys(GTK_IMHTML(layout), FALSE);
3706 gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "C:)", luke03_xpm); 3707 gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "C:)", luke03_xpm);
3707 gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "C:-)", luke03_xpm); 3708 gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "C:-)", luke03_xpm);
3708 gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "O-)", oneeye_xpm); 3709 gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "O-)", oneeye_xpm);
3709 3710
3710 gtk_widget_show_all(window); 3711 gtk_widget_show_all(window);