pidgin/gtkconv.c

changeset 17329
7209316fcc3b
parent 17303
138cbb17e5cd
parent 17320
ac9f4dea7209
child 17362
03b508abd0ac
child 17405
b56460e16477
child 18082
de4d785ab7ad
equal deleted inserted replaced
17303:138cbb17e5cd 17329:7209316fcc3b
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