changeset 1070:4293f5ba4330

Oops... missed a variable when writing the code on the Mac.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 25 Jun 2011 02:19:12 +0000
parents a1deca9b0876
children 991aa92a0642
files gtk3/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gtk3/dw.c	Sat Jun 25 02:05:11 2011 +0000
+++ b/gtk3/dw.c	Sat Jun 25 02:19:12 2011 +0000
@@ -9401,7 +9401,7 @@
 void dw_box_pack_start(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad)
 {
    int warn = FALSE, _locked_by_me = FALSE;
-   GtkWidget *tmp, *tmpitem;
+   GtkWidget *tmp, *tmpitem, *image = NULL;
 
    if ( !box )
       return;