Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document-misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-document-misc.c')
-rw-r--r--backend/ev-document-misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ev-document-misc.c b/backend/ev-document-misc.c
index bb5eedb..0626e13 100644
--- a/backend/ev-document-misc.c
+++ b/backend/ev-document-misc.c
@@ -28,7 +28,7 @@ ev_document_misc_get_thumbnail_frame (int width,
}
/* make sure no one is passing us garbage */
- g_assert (width > 0 && height > 0);
+ g_assert (width >= 0 && height >= 0);
retval = gdk_pixbuf_new (GDK_COLORSPACE_RGB,
TRUE, 8,