GNOME Bugzilla – Bug 752552
typo in meta-feedback-anchor.c
Last modified: 2015-07-20 21:41:47 UTC
coverity pointed this out in line 190 of meta-feeback-actor.c: if (priv->anchor_x != anchor_y) { priv->anchor_x = anchor_x; g_object_notify (G_OBJECT (self), "anchor-x"); } if (priv->anchor_y != anchor_y) { priv->anchor_y = anchor_y; g_object_notify (G_OBJECT (self), "anchor-y"); } Clearly, the first condition was meant to be priv->anchor_x != anchor_x