4 Commits

Author SHA1 Message Date
hoijui
aa0b0eb0d7 fix GtkSourceSearchFlags values
changes values from:

	0, 1, 2

to:

	1, 2, 4

before, GTK_SOURCE_SEARCH_VISIBLE_ONLY was 0,
and as the the enum values are used as bit-field,
checking for this bit would always return in _not set_:

    visible_only = (flags & GTK_SOURCE_SEARCH_VISIBLE_ONLY) != 0;
2017-12-17 10:42:59 +01:00
Wen-Yen Chuang
a7614a0fc8 * l3afpad-0.8.18.1.4 2011-12-12 21:37:14 +08:00
Wen-Yen Chuang
c9b1ad4888 * l3afpad-0.8.18.1.3 2011-12-12 21:35:35 +08:00
Wen-Yen Chuang
4d87dd6f37 * l3afpad-0.8.18.1.1 2011-12-12 21:29:30 +08:00