shell: Shut up a compiler warning

This commit is contained in:
Florian Müllner 2015-02-15 10:17:12 +01:00
parent 8d617166fe
commit 625a38f605

View File

@ -225,7 +225,7 @@ shell_generic_container_set_skip_paint (ShellGenericContainer *self,
gboolean currently_skipping;
currently_skipping = g_hash_table_lookup (self->priv->skip_paint, child) != NULL;
if (!!skip == currently_skipping)
if ((!!skip) == currently_skipping)
return;
if (!skip)