Initial port to GNOME2, removal of gtkhtml deps.

2001-11-26  Richard Hestilow  <hestilow@ximian.com>

	* Initial port to GNOME2, removal of gtkhtml deps.
This commit is contained in:
Richard Hestilow 2001-11-26 17:06:41 +00:00 committed by Rachel Hestilow
parent 575c8e852f
commit 45c1c24057
12 changed files with 867 additions and 450 deletions

View file

@ -57,7 +57,7 @@ populate_tree_branch (CappletDir *dir, GtkCTree *ctree, GtkCTreeNode *parent)
for (list = dir->entries; list; list = list->next) {
entry = CAPPLET_DIR_ENTRY (list->data);
pixbuf = gdk_pixbuf_new_from_file (entry->icon);
pixbuf = gdk_pixbuf_new_from_file (entry->icon, NULL);
scaled = gdk_pixbuf_scale_simple (pixbuf, 16, 16,
GDK_INTERP_BILINEAR);
gdk_pixbuf_render_pixmap_and_mask (scaled, &pixmap, &mask, 128);