Mercurial > pidgin.yaz
changeset 10826:2a5fe8e67195
[gaim-migrate @ 12491]
Remove some debug output.
Also, just for Luke, I'm lowwering the max scroll time to 0.4 secs.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Fri, 15 Apr 2005 17:56:04 +0000 |
parents | cb625efd1071 |
children | 53e7884c549a |
files | src/gtkimhtml.c |
diffstat | 1 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkimhtml.c Fri Apr 15 01:58:22 2005 +0000 +++ b/src/gtkimhtml.c Fri Apr 15 17:56:04 2005 +0000 @@ -615,10 +615,6 @@ GSList *tags = gtk_text_iter_get_tags(&cur); GSList *l; - gaim_debug_info("gtkimhtml", "cur = %d, start = %d, end = %d\n", - gtk_text_iter_get_offset(&cur), gtk_text_iter_get_offset(&start), - gtk_text_iter_get_offset(&end)); - for (l = tags; l; l = l->next) { GtkTextTag *tag = l->data; GdkRectangle rect; @@ -670,8 +666,6 @@ gc, TRUE, rect.x, rect.y, rect.width, rect.height); - gaim_debug_info("gtkimhtml", "drawing rect at %d,%d to %d,%d\n", - rect.x, rect.y, rect.x+rect.width, rect.y+rect.height); gtk_text_iter_backward_char(&cur); /* go back one, in case the end is the begining is the end * note that above, we always moved cur ahead by at least * one character */ @@ -2196,7 +2190,7 @@ } } -#define MAX_SCROLL_TIME 0.5 +#define MAX_SCROLL_TIME 0.4 gboolean scroll_cb(gpointer data) {