Mercurial > pidgin
changeset 5016:ae7760945ef2
[gaim-migrate @ 5352]
One more stroke type for closing. Should be closer to how I do my close
strokes on galeon.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 05 Apr 2003 02:21:50 +0000 |
parents | a17a84895585 |
children | 2f25407917f2 |
files | plugins/gestures/gestures.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/gestures/gestures.c Sat Apr 05 02:15:13 2003 +0000 +++ b/plugins/gestures/gestures.c Sat Apr 05 02:21:50 2003 +0000 @@ -116,6 +116,7 @@ gstroke_enable(gtkconv->imhtml); gstroke_signal_connect(gtkconv->imhtml, "14789", stroke_close, conv); gstroke_signal_connect(gtkconv->imhtml, "1456", stroke_close, conv); + gstroke_signal_connect(gtkconv->imhtml, "1489", stroke_close, conv); gstroke_signal_connect(gtkconv->imhtml, "74123", stroke_next_tab, conv); gstroke_signal_connect(gtkconv->imhtml, "7456", stroke_next_tab, conv); gstroke_signal_connect(gtkconv->imhtml, "96321", stroke_prev_tab, conv);