[aisleriot] theme: Fix a compile warning



commit 5ad42e25dbe1532806f67801ec5d428d45bf0dd1
Author: Christian Persch <chpe gnome org>
Date:   Mon Jan 16 18:56:06 2012 +0100

    theme: Fix a compile warning
    
    This actually caught a bug!

 src/lib/ar-card-theme-fixed.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lib/ar-card-theme-fixed.c b/src/lib/ar-card-theme-fixed.c
index 637c317..2fa28a1 100644
--- a/src/lib/ar-card-theme-fixed.c
+++ b/src/lib/ar-card-theme-fixed.c
@@ -149,7 +149,7 @@ ar_card_theme_fixed_init (ArCardThemeFixed *theme)
   theme->size_available = FALSE;
 
   theme->card_size.width = theme->card_size.height = theme->slot_size.width =
-    theme->slot_size.width = -1;
+    theme->slot_size.height = -1;
 }
 
 static void



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