shell: Shut up a compiler warning
This commit is contained in:
parent
8d617166fe
commit
625a38f605
@ -225,7 +225,7 @@ shell_generic_container_set_skip_paint (ShellGenericContainer *self,
|
|||||||
gboolean currently_skipping;
|
gboolean currently_skipping;
|
||||||
|
|
||||||
currently_skipping = g_hash_table_lookup (self->priv->skip_paint, child) != NULL;
|
currently_skipping = g_hash_table_lookup (self->priv->skip_paint, child) != NULL;
|
||||||
if (!!skip == currently_skipping)
|
if ((!!skip) == currently_skipping)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!skip)
|
if (!skip)
|
||||||
|
Loading…
Reference in New Issue
Block a user