mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Remove an assertion that is not needed.
* libnautilus-extensions/nautilus-buffered-widget.c: (create_background_pixbuf_from_ancestor): Remove an assertion that is not needed.
This commit is contained in:
parent
93861b3494
commit
3248c2ca52
3 changed files with 6 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2000-09-04 Ramiro Estrugo <ramiro@eazel.com>
|
||||
|
||||
* libnautilus-extensions/nautilus-buffered-widget.c:
|
||||
(create_background_pixbuf_from_ancestor):
|
||||
Remove an assertion that is not needed.
|
||||
|
||||
2000-09-04 Ramiro Estrugo <ramiro@eazel.com>
|
||||
|
||||
Work on task 1588.
|
||||
|
|
|
@ -580,8 +580,6 @@ create_background_pixbuf_from_ancestor (const NautilusBufferedWidget *buffered_w
|
|||
widget->allocation.width,
|
||||
widget->allocation.height);
|
||||
|
||||
g_assert (pixbuf != NULL);
|
||||
|
||||
gdk_pixmap_unref (pixmap);
|
||||
}
|
||||
|
||||
|
|
|
@ -580,8 +580,6 @@ create_background_pixbuf_from_ancestor (const NautilusBufferedWidget *buffered_w
|
|||
widget->allocation.width,
|
||||
widget->allocation.height);
|
||||
|
||||
g_assert (pixbuf != NULL);
|
||||
|
||||
gdk_pixmap_unref (pixmap);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue