Silence a compiler warning

This commit is contained in:
Matthias Clasen 2012-01-24 00:41:26 -05:00
parent 3104e5d2c1
commit 4c2e53a468

View File

@ -788,7 +788,7 @@ void
gtk_image_set_from_resource (GtkImage *image,
const gchar *resource_path)
{
GdkPixbuf *pixbuf;
GdkPixbuf *pixbuf = NULL;
GInputStream *stream;
g_return_if_fail (GTK_IS_IMAGE (image));