pike.git/
src/
post_modules/
GTK2/
source/
gtktreepath.pre
Branch:
Tag:
Non-build tags
All tags
No tags
2008-01-18
2008-01-18 18:52:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d5be63a2ed4490594936cd78f9728749a8be8157 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added missing initializer in is_descendant().
Rev: src/post_modules/GTK2/source/gtktreepath.pre:1.8
205:
{ pgtk2_verify_inited(); {
-
GtkTreePath *gp;
+
GtkTreePath *gp
= NULL
;
struct object *o1; int res; get_all_args("is_descendant",args,"%o",&o1);