pidgin/gtkconv.c

changeset 17319
a762eb005b9c
parent 17298
b69ba13b3b94
child 17320
ac9f4dea7209
equal deleted inserted replaced
17318:ce44d0f8095d 17319:a762eb005b9c
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 {

mercurial