Mercurial > pidgin
changeset 1464:ae075ecc7c34
[gaim-migrate @ 1474]
I got the "internet" keys on my keyboard working.
<Creedence Clearwater playing....>
o/~ and daddy always smiled, took me by the hand, saying someday, you'll understand. o/~
Next Track!
<Searchers...>
o/~ Seven little bottles of: Love Potion #9! o/~
Next!
<Marcy Playground...>
o/~ Blue... like water. Blue... like heaven has, allllll of the time o/~
Next!
<Wat Tyler>
o/~ I'm, going, to, fart in the face of my father, wank in the wig of a judge, piss in the whistle of a policeman, i bear them all a grudge o/~
Next!
<Veruca Salt>
o/~ Leave me! Right here! Cuz I don't wanna go! o/~
Next!
<Turtles>
o/~ Imagine me and you, I do, I think about you day and night, it's only right, to think about the girl you love, and hold her tight, so happy together! o/~
Next!
Next!
Led Zeppelin! Led Zep! Woohoo!
I'm going to go listen to Led Zeppelin now.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 03 Feb 2001 11:57:24 +0000 |
parents | 2f317467d2f9 |
children | 163b9ee8d789 |
files | src/conversation.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/conversation.c Sat Feb 03 08:28:27 2001 +0000 +++ b/src/conversation.c Sat Feb 03 11:57:24 2001 +0000 @@ -468,7 +468,7 @@ if (event->keyval == GDK_Escape) { if (general_options & OPT_GEN_ESC_CAN_CLOSE) { gtk_signal_emit_stop_by_name(GTK_OBJECT(entry), "key_press_event"); - close_callback(c->window, c); + close_callback(c->close, c); } } else if ((event->keyval == GDK_F2) && (general_options & OPT_GEN_F2_TOGGLES)) { gtk_imhtml_show_comments(GTK_IMHTML(c->text), !GTK_IMHTML(c->text)->comments);