# HG changeset patch # User Eric Warmenhoven # Date 981201444 0 # Node ID ae075ecc7c34ae3f064edc1a7f660a8a3278146a # Parent 2f317467d2f9a228f044e9dc9ce136ba2ca8c2d6 [gaim-migrate @ 1474] I got the "internet" keys on my keyboard working. o/~ and daddy always smiled, took me by the hand, saying someday, you'll understand. o/~ Next Track! o/~ Seven little bottles of: Love Potion #9! o/~ Next! o/~ Blue... like water. Blue... like heaven has, allllll of the time o/~ Next! 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! o/~ Leave me! Right here! Cuz I don't wanna go! o/~ Next! 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 diff -r 2f317467d2f9 -r ae075ecc7c34 src/conversation.c --- 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);