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:
parent
575c8e852f
commit
45c1c24057
12 changed files with 867 additions and 450 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue