Mercurial > pidgin
diff src/gtkconv.c @ 5546:22cf337e8b8f
[gaim-migrate @ 5947]
Some changes. Params for static pref functions in gtkprefs.c, a renamed
pref, and another value for an enum.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Thu, 29 May 2003 19:30:02 +0000 |
| parents | 7a64114641c3 |
| children | b18c2a37cc96 |
line wrap: on
line diff
--- a/src/gtkconv.c Thu May 29 19:10:24 2003 +0000 +++ b/src/gtkconv.c Thu May 29 19:30:02 2003 +0000 @@ -4536,7 +4536,7 @@ gtkconv = GAIM_GTK_CONVERSATION(conv); gtk_imhtml_show_smileys(GTK_IMHTML(gtkconv->imhtml), - gaim_prefs_get_bool("/gaim/gtk/conversations/show_smilies")); + gaim_prefs_get_bool("/gaim/gtk/conversations/show_smileys")); } }
