Mercurial > pidgin
comparison src/dialogs.c @ 1732:e5ba877f51f2
[gaim-migrate @ 1742]
D3nnisR's CRAZY >:)
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 20 Apr 2001 09:34:33 +0000 |
| parents | 251c19bf5763 |
| children | 4f3448b3c8f8 |
comparison
equal
deleted
inserted
replaced
| 1731:7fc4b9fe295a | 1732:e5ba877f51f2 |
|---|---|
| 67 #include "pixmaps/smile8.xpm" | 67 #include "pixmaps/smile8.xpm" |
| 68 #include "pixmaps/think.xpm" | 68 #include "pixmaps/think.xpm" |
| 69 #include "pixmaps/tongue.xpm" | 69 #include "pixmaps/tongue.xpm" |
| 70 #include "pixmaps/wink.xpm" | 70 #include "pixmaps/wink.xpm" |
| 71 #include "pixmaps/yell.xpm" | 71 #include "pixmaps/yell.xpm" |
| 72 #include "pixmaps/crazy4.xpm" | |
| 72 | 73 |
| 73 #include "pixmaps/aol_icon.xpm" | 74 #include "pixmaps/aol_icon.xpm" |
| 74 #include "pixmaps/free_icon.xpm" | 75 #include "pixmaps/free_icon.xpm" |
| 75 #include "pixmaps/dt_icon.xpm" | 76 #include "pixmaps/dt_icon.xpm" |
| 76 #include "pixmaps/admin_icon.xpm" | 77 #include "pixmaps/admin_icon.xpm" |
| 1760 gtk_imhtml_show_smileys(GTK_IMHTML(b->text), FALSE); | 1761 gtk_imhtml_show_smileys(GTK_IMHTML(b->text), FALSE); |
| 1761 gtk_signal_connect(GTK_OBJECT(text), "url_clicked", GTK_SIGNAL_FUNC(open_url_nw), NULL); | 1762 gtk_signal_connect(GTK_OBJECT(text), "url_clicked", GTK_SIGNAL_FUNC(open_url_nw), NULL); |
| 1762 gtk_imhtml_associate_smiley(GTK_IMHTML(text), "C:)", luke03_xpm); | 1763 gtk_imhtml_associate_smiley(GTK_IMHTML(text), "C:)", luke03_xpm); |
| 1763 gtk_imhtml_associate_smiley(GTK_IMHTML(text), "C:-)", luke03_xpm); | 1764 gtk_imhtml_associate_smiley(GTK_IMHTML(text), "C:-)", luke03_xpm); |
| 1764 gtk_imhtml_associate_smiley(GTK_IMHTML(text), "O-)", oneeye_xpm); | 1765 gtk_imhtml_associate_smiley(GTK_IMHTML(text), "O-)", oneeye_xpm); |
| 1766 gtk_imhtml_associate_smiley(GTK_IMHTML(text), ">:)", crazy4_xpm); | |
| 1767 gtk_imhtml_associate_smiley(GTK_IMHTML(text), ">:-)", crazy4_xpm); | |
| 1765 | 1768 |
| 1766 gtk_box_pack_start(GTK_BOX(bbox), label, FALSE, FALSE, 0); | 1769 gtk_box_pack_start(GTK_BOX(bbox), label, FALSE, FALSE, 0); |
| 1767 gtk_box_pack_start(GTK_BOX(bbox), sw, TRUE, TRUE, 0); | 1770 gtk_box_pack_start(GTK_BOX(bbox), sw, TRUE, TRUE, 0); |
| 1768 gtk_box_pack_start(GTK_BOX(bbox), ok, FALSE, FALSE, 0); | 1771 gtk_box_pack_start(GTK_BOX(bbox), ok, FALSE, FALSE, 0); |
| 1769 | 1772 |
| 3717 if (!(display_options & OPT_DISP_SHOW_SMILEY)) | 3720 if (!(display_options & OPT_DISP_SHOW_SMILEY)) |
| 3718 gtk_imhtml_show_smileys(GTK_IMHTML(layout), FALSE); | 3721 gtk_imhtml_show_smileys(GTK_IMHTML(layout), FALSE); |
| 3719 gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "C:)", luke03_xpm); | 3722 gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "C:)", luke03_xpm); |
| 3720 gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "C:-)", luke03_xpm); | 3723 gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "C:-)", luke03_xpm); |
| 3721 gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "O-)", oneeye_xpm); | 3724 gtk_imhtml_associate_smiley(GTK_IMHTML(layout), "O-)", oneeye_xpm); |
| 3725 gtk_imhtml_associate_smiley(GTK_IMHTML(layout), ">:)", crazy4_xpm); | |
| 3726 gtk_imhtml_associate_smiley(GTK_IMHTML(layout), ">:-)", crazy4_xpm); | |
| 3722 | 3727 |
| 3723 hbox = gtk_hbox_new(FALSE, 0); | 3728 hbox = gtk_hbox_new(FALSE, 0); |
| 3724 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 0); | 3729 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 0); |
| 3725 gtk_widget_show(hbox); | 3730 gtk_widget_show(hbox); |
| 3726 | 3731 |
