Mercurial > pidgin
changeset 7709:a1d913ecd0f6
[gaim-migrate @ 8354]
I meant that.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 03 Dec 2003 01:20:37 +0000 |
parents | 4fcfc5b5edd0 |
children | 45fd907e1d48 |
files | src/gtkimhtml.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkimhtml.c Wed Dec 03 01:17:42 2003 +0000 +++ b/src/gtkimhtml.c Wed Dec 03 01:20:37 2003 +0000 @@ -280,7 +280,7 @@ } if(tip){ - if (GTK_IMHTML(imhtml)->editable) + if (!GTK_IMHTML(imhtml)->editable) gdk_window_set_cursor(win, GTK_IMHTML(imhtml)->hand_cursor); GTK_IMHTML(imhtml)->tip_timer = g_timeout_add (TOOLTIP_TIMEOUT, gtk_imhtml_tip, imhtml);