* src/gtk/colorlabel.c
Silent up a warning by avoiding possible confusion
in logical expression evaluation, thanks to TuxCM.
+2010-06-23 [wwp] 3.7.6cvs11
+
+ * src/gtk/colorlabel.c
+ Silent up a warning by avoiding possible confusion
+ in logical expression evaluation, thanks to TuxCM.
+
2010-06-21 [iwkse] 3.7.6cvs10
* src/gtk/quicksearch.c
( cvs diff -u -r 1.2.2.20 -r 1.2.2.21 src/ldapctrl.c; ) > 3.7.6cvs8.patchset
( cvs diff -u -r 1.395.2.419 -r 1.395.2.420 src/summaryview.c; cvs diff -u -r 1.68.2.55 -r 1.68.2.56 src/summaryview.h; ) > 3.7.6cvs9.patchset
( cvs diff -u -r 1.1.2.92 -r 1.1.2.93 src/gtk/quicksearch.c; ) > 3.7.6cvs10.patchset
+( cvs diff -u -r 1.2.2.28 -r 1.2.2.29 src/gtk/colorlabel.c; ) > 3.7.6cvs11.patchset
MICRO_VERSION=6
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=10
+EXTRA_VERSION=11
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
int i;
for (i = 0; i < NUM_MENUS; i++) {
- if (!label_colors[i][color].changed & LCCF_LABEL)
+ if (!(label_colors[i][color].changed & LCCF_LABEL))
continue;
if (label_colors[i][color].label == NULL)