| 7712 if (purple_conversation_get_type(conv) != PURPLE_CONV_TYPE_IM) |
7712 if (purple_conversation_get_type(conv) != PURPLE_CONV_TYPE_IM) |
| 7713 return; |
7713 return; |
| 7714 |
7714 |
| 7715 gtkconv = PIDGIN_CONVERSATION(conv); |
7715 gtkconv = PIDGIN_CONVERSATION(conv); |
| 7716 |
7716 |
| |
7717 if (gtkconv->u.im->typing_timer != 0) { |
| |
7718 g_source_remove(gtkconv->u.im->typing_timer); |
| |
7719 gtkconv->u.im->typing_timer = 0; |
| |
7720 } |
| |
7721 |
| 7717 stop_anim(NULL, gtkconv); |
7722 stop_anim(NULL, gtkconv); |
| 7718 } |
7723 } |
| 7719 static void |
7724 static void |
| 7720 close_window(GtkWidget *w, PidginWindow *win) |
7725 close_window(GtkWidget *w, PidginWindow *win) |
| 7721 { |
7726 { |