comparison src/gtkimhtml.c @ 7948:68c3dcba7310

[gaim-migrate @ 8622] syncing my changes from before Christmas. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 29 Dec 2003 02:30:38 +0000
parents 3e268e113bf1
children 959ae45dd0c5
comparison
equal deleted inserted replaced
7947:746404b12236 7948:68c3dcba7310
1333 scalable = gtk_imhtml_hr_new(); 1333 scalable = gtk_imhtml_hr_new();
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 wpos = 0; 1338 ws[0] = '\0'; wpos = 0;
1339 ws[wpos++] = '\n'; 1339 ws[wpos++] = '\n';
1340 1340
1341 break; 1341 break;
1342 case 27: /* /FONT */ 1342 case 27: /* /FONT */
1343 if (fonts) { 1343 if (fonts) {