handle out-of-memory creating target pixbuf
2002-02-06 Havoc Pennington <hp@pobox.com> * src/theme.c (colorize_pixbuf): handle out-of-memory creating target pixbuf * src/themes/Crux/*.png: convert the green-channel images to grayscale
@ -1,3 +1,10 @@
|
|||||||
|
2002-02-06 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* src/theme.c (colorize_pixbuf): handle out-of-memory creating
|
||||||
|
target pixbuf
|
||||||
|
|
||||||
|
* src/themes/Crux/*.png: convert the green-channel images to grayscale
|
||||||
|
|
||||||
2002-02-06 Havoc Pennington <hp@pobox.com>
|
2002-02-06 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/prefs.c (change_notify): s/update_focus_mode/update_theme/
|
* src/prefs.c (change_notify): s/update_focus_mode/update_theme/
|
||||||
|
@ -70,6 +70,9 @@ colorize_pixbuf (GdkPixbuf *orig,
|
|||||||
gdk_pixbuf_get_bits_per_sample (orig),
|
gdk_pixbuf_get_bits_per_sample (orig),
|
||||||
gdk_pixbuf_get_width (orig), gdk_pixbuf_get_height (orig));
|
gdk_pixbuf_get_width (orig), gdk_pixbuf_get_height (orig));
|
||||||
|
|
||||||
|
if (pixbuf == NULL)
|
||||||
|
return NULL;
|
||||||
|
|
||||||
orig_rowstride = gdk_pixbuf_get_rowstride (orig);
|
orig_rowstride = gdk_pixbuf_get_rowstride (orig);
|
||||||
dest_rowstride = gdk_pixbuf_get_rowstride (pixbuf);
|
dest_rowstride = gdk_pixbuf_get_rowstride (pixbuf);
|
||||||
width = gdk_pixbuf_get_width (pixbuf);
|
width = gdk_pixbuf_get_width (pixbuf);
|
||||||
|
Before Width: | Height: | Size: 174 B After Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 187 B After Width: | Height: | Size: 134 B |
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 171 B After Width: | Height: | Size: 117 B |
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 160 B |
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 161 B |
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 375 B |
Before Width: | Height: | Size: 345 B After Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 250 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 859 B |
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 137 B |
Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 311 B |