pidgin/gtkimhtml.c

changeset 18985
877a49e0979d
parent 18984
e852e847501a
child 19055
43f5771c45f4
equal deleted inserted replaced
18984:e852e847501a 18985:877a49e0979d
384 } 384 }
385 } 385 }
386 386
387 imhtml->old_rect = rect; 387 imhtml->old_rect = rect;
388 parent_size_allocate(widget, alloc); 388 parent_size_allocate(widget, alloc);
389 if (scroll) 389
390 /* Don't scroll here if we're in the middle of a smooth scroll */
391 if (scroll && imhtml->scroll_time == NULL)
390 gtk_imhtml_scroll_to_end(imhtml, FALSE); 392 gtk_imhtml_scroll_to_end(imhtml, FALSE);
391 } 393 }
392 394
393 static gint 395 static gint
394 gtk_imhtml_tip_paint (GtkIMHtml *imhtml) 396 gtk_imhtml_tip_paint (GtkIMHtml *imhtml)

mercurial