comparison src/conversation.c @ 644:b3900e312d8e

[gaim-migrate @ 654] hopefully this will reduce pixmap leaks. we'll see though committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 08 Aug 2000 22:50:18 +0000
parents 072200640327
children f6a2a3f5734d
comparison
equal deleted inserted replaced
643:df1ceace5cac 644:b3900e312d8e
1427 gtk_button_set_relief(GTK_BUTTON(small), GTK_RELIEF_NONE); 1427 gtk_button_set_relief(GTK_BUTTON(small), GTK_RELIEF_NONE);
1428 gtk_button_set_relief(GTK_BUTTON(smiley), GTK_RELIEF_NONE); 1428 gtk_button_set_relief(GTK_BUTTON(smiley), GTK_RELIEF_NONE);
1429 } 1429 }
1430 1430
1431 gtk_widget_show(toolbar); 1431 gtk_widget_show(toolbar);
1432
1433 gdk_pixmap_unref(link_i);
1434 gdk_pixmap_unref(palette_i);
1435 gdk_pixmap_unref(wood_i);
1436 gdk_pixmap_unref(speaker_i);
1437 gdk_pixmap_unref(strike_i);
1438 gdk_pixmap_unref(bold_i);
1439 gdk_pixmap_unref(italic_i);
1440 gdk_pixmap_unref(underline_i);
1441 gdk_pixmap_unref(small_i);
1442 gdk_pixmap_unref(normal_i);
1443 gdk_pixmap_unref(big_i);
1444 gdk_pixmap_unref(font_i);
1445 gdk_pixmap_unref(smiley_i);
1432 1446
1433 c->bold = bold; 1447 c->bold = bold;
1434 c->strike = strike; 1448 c->strike = strike;
1435 c->italic = italic; 1449 c->italic = italic;
1436 c->underline = underline; 1450 c->underline = underline;