comparison src/gtkimhtml.c @ 7914:3d2c80fa6de5

[gaim-migrate @ 8575] i agree, this is better committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 22 Dec 2003 20:15:25 +0000
parents 169e85869dcc
children 3e268e113bf1
comparison
equal deleted inserted replaced
7913:e51fddcfc136 7914:3d2c80fa6de5
1334 gtk_text_view_get_visible_rect(GTK_TEXT_VIEW(imhtml), &rect); 1334 gtk_text_view_get_visible_rect(GTK_TEXT_VIEW(imhtml), &rect);
1335 scalable->add_to(scalable, imhtml, &iter); 1335 scalable->add_to(scalable, imhtml, &iter);
1336 scalable->scale(scalable, rect.width, rect.height); 1336 scalable->scale(scalable, rect.width, rect.height);
1337 imhtml->scalables = g_list_append(imhtml->scalables, scalable); 1337 imhtml->scalables = g_list_append(imhtml->scalables, scalable);
1338 ws[0] = '\n'; 1338 ws[0] = '\n';
1339 ws[1] = NULL; 1339 ws[1] = '\0';
1340 break; 1340 break;
1341 case 27: /* /FONT */ 1341 case 27: /* /FONT */
1342 if (fonts) { 1342 if (fonts) {
1343 GtkIMHtmlFontDetail *font = fonts->data; 1343 GtkIMHtmlFontDetail *font = fonts->data;
1344 if (url) 1344 if (url)