Changeset 3042
- Timestamp:
- 09/26/07 16:34:12 (6 years ago)
- Location:
- trunk/src/target/OM-2007.2/libraries/libmokoui2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
libmokoui/moko-stock.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/OM-2007.2/libraries/libmokoui2/ChangeLog
r3041 r3042 1 2007-09-26 Thomas Wood <thomas@openedhand.com> 2 3 * libmokoui/moko-stock.c: (_moko_stock_add_icon): Don't create empty 4 GtkIconSources 5 1 6 2007-09-26 Thomas Wood <thomas@openedhand.com> 2 7 -
trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-stock.c
r3041 r3042 94 94 pixbuf = gtk_icon_theme_load_icon (theme, item->stock_id, width, 0, NULL); 95 95 96 if (!pixbuf) 97 continue; 98 96 99 source = gtk_icon_source_new (); 97 100 gtk_icon_source_set_size (source, i);
Note: See TracChangeset
for help on using the changeset viewer.
