[gnome-shell/wip/sass] shell: Shut up a compiler warning



commit db7717a726931bdcfb2536ff4f26d1385cc83a5c
Author: Florian Müllner <fmuellner gnome org>
Date:   Sun Feb 15 10:17:12 2015 +0100

    shell: Shut up a compiler warning

 src/shell-generic-container.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/shell-generic-container.c b/src/shell-generic-container.c
index 7bca9c7..fbeeae9 100644
--- a/src/shell-generic-container.c
+++ b/src/shell-generic-container.c
@@ -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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]