* src/common/utils.c
Fix for 3.0.2cvs140, prevents from crashing when opening
a compose window.
+2007-11-16 [wwp] 3.0.2cvs141
+
+ * src/common/utils.c
+ Fix for 3.0.2cvs140, prevents from crashing when opening
+ a compose window.
+
2007-11-16 [colin] 3.0.2cvs140
* src/main.c
( cvs diff -u -r 1.101.2.45 -r 1.101.2.46 src/news.c; ) > 3.0.2cvs138.patchset
( cvs diff -u -r 1.382.2.420 -r 1.382.2.421 src/compose.c; cvs diff -u -r 1.36.2.123 -r 1.36.2.124 src/common/utils.c; cvs diff -u -r 1.20.2.54 -r 1.20.2.55 src/common/utils.h; ) > 3.0.2cvs139.patchset
( cvs diff -u -r 1.115.2.175 -r 1.115.2.176 src/main.c; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/common/claws.c; ) > 3.0.2cvs140.patchset
+( cvs diff -u -r 1.36.2.124 -r 1.36.2.125 src/common/utils.c; ) > 3.0.2cvs141.patchset
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=140
+EXTRA_VERSION=141
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
}
}
- *attach = my_att;
+ if (attach)
+ *attach = my_att;
return 0;
}