diff src/buddy_chat.c @ 1109:c73736fa0b7c

[gaim-migrate @ 1119] Auto-Away, courtesy BMiller. damn cool. i'm impressed. also minor touch-ups, mostly to indicate what all the FIXME's mean. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 20 Nov 2000 10:37:40 +0000
parents 864f4aae0b60
children f3e0f41beddb
line wrap: on
line diff
--- a/src/buddy_chat.c	Mon Nov 20 08:35:25 2000 +0000
+++ b/src/buddy_chat.c	Mon Nov 20 10:37:40 2000 +0000
@@ -723,7 +723,7 @@
 void handle_click_chat(GtkWidget *widget, GdkEventButton *event, struct chat_room *cr)
 {
         if (event->type == GDK_2BUTTON_PRESS && event->button == 1) {
-		/* FIXME */
+		/* FIXME : double click on chat in buddy list */
                 serv_join_chat(connections->data, cr->exchange, cr->name);
         }
 }