aboutsummaryrefslogtreecommitdiff
path: root/src/ui/new_contact.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/new_contact.c')
-rw-r--r--src/ui/new_contact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/new_contact.c b/src/ui/new_contact.c
index 3acae1a..7e6f9c6 100644
--- a/src/ui/new_contact.c
+++ b/src/ui/new_contact.c
@@ -69,7 +69,7 @@ handle_id_drawing_area_draw(GtkWidget* drawing_area,
69 GdkPixbuf *image = NULL; 69 GdkPixbuf *image = NULL;
70 70
71 if (!handle->image) 71 if (!handle->image)
72 goto render_image; 72 return FALSE;
73 73
74 uint w, h; 74 uint w, h;
75 zbar_image_get_size(handle->image, &w, &h); 75 zbar_image_get_size(handle->image, &w, &h);