pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2015-08-24
2015-08-24 17:42:42 by Martin Nilsson <nilsson@fastmail.com>
6948203d10eb0b6eadcf931b5e915b8c30e01788 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
GTK1 is deprecated
2288:
} else if ((id >= 300) && (id < 400)) { module = "Nettle"; } else if ((id >= 1000) && (id < 2000)) {
-
module = "___GTK1";
+
module = "___GTK1";
/* Deprecated */
} else if ((id >= 2000) && (id < 3000)) { module = "___GTK2"; }