diff gtk3/dw.c @ 1161:e4b13cd7a002

Update configure script and fix a miscommit of the GTK3 code.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 16 Sep 2011 06:58:18 +0000
parents 924c8087a755
children c38ec904b6d3
line wrap: on
line diff
--- a/gtk3/dw.c	Fri Sep 16 06:39:56 2011 +0000
+++ b/gtk3/dw.c	Fri Sep 16 06:58:18 2011 +0000
@@ -9584,7 +9584,7 @@
    env->DWMajorVersion = DW_MAJOR_VERSION;
    env->DWMinorVersion = DW_MINOR_VERSION;
 #ifdef VER_REV
-   env->DWSubVersion = atoi(VER_REV);
+   env->DWSubVersion = VER_REV;
 #else
    env->DWSubVersion = DW_SUB_VERSION;
 #endif