src/gtkconv.c

changeset 12272
4eee92ead973
parent 12264
83f7c5fd7da9
child 12286
08d994091c36
equal deleted inserted replaced
12271:01d61e68886e 12272:4eee92ead973
40 #include <gdk/gdkkeysyms.h> 40 #include <gdk/gdkkeysyms.h>
41 41
42 #include "account.h" 42 #include "account.h"
43 #include "cmds.h" 43 #include "cmds.h"
44 #include "debug.h" 44 #include "debug.h"
45 #include "idle.h"
45 #include "imgstore.h" 46 #include "imgstore.h"
46 #include "log.h" 47 #include "log.h"
47 #include "notify.h" 48 #include "notify.h"
48 #include "prpl.h" 49 #include "prpl.h"
49 #include "request.h" 50 #include "request.h"
514 515
515 if (strlen(clean) == 0) { 516 if (strlen(clean) == 0) {
516 g_free(clean); 517 g_free(clean);
517 return; 518 return;
518 } 519 }
520
521 gaim_idle_touch();
519 522
520 /* XXX: is there a better way to tell if the message has images? */ 523 /* XXX: is there a better way to tell if the message has images? */
521 if (GTK_IMHTML(gtkconv->entry)->im_images != NULL) 524 if (GTK_IMHTML(gtkconv->entry)->im_images != NULL)
522 flags |= GAIM_MESSAGE_IMAGES; 525 flags |= GAIM_MESSAGE_IMAGES;
523 526

mercurial