+2012-08-14 Dmitry Antipov <dmantipov@yandex.ru>
+
+ * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.
+
2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
* gtkutil.c (xg_mark_data): Don't assume C99.
&& tbinfo->n_last_items == f->n_tool_bar_items
&& tbinfo->hmargin == hmargin && tbinfo->vmargin == vmargin
&& tbinfo->dir == dir
- && Fequal (tbinfo->style, style) == Qt
- && Fequal (tbinfo->last_tool_bar, f->tool_bar_items) == Qt)
+ && EQ (Fequal (tbinfo->style, style), Qt)
+ && EQ (Fequal (tbinfo->last_tool_bar, f->tool_bar_items), Qt))
{
UNBLOCK_INPUT;
return;