[aisleriot] themes: Fix preimage card theme's get_card_pixbuf



commit 1d8b9b73a0eb5061c2f93de3e83da8dad85ef242
Author: Christian Persch <chpe gnome org>
Date:   Wed Jan 25 19:35:22 2012 +0100

    themes: Fix preimage card theme's get_card_pixbuf
    
    Don't set it to NULL, just let the parent class handle it.

 src/lib/ar-card-theme-preimage.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/lib/ar-card-theme-preimage.c b/src/lib/ar-card-theme-preimage.c
index 2bbaa70..624c882 100644
--- a/src/lib/ar-card-theme-preimage.c
+++ b/src/lib/ar-card-theme-preimage.c
@@ -248,6 +248,5 @@ ar_card_theme_preimage_class_init (ArCardThemePreimageClass * klass)
   theme_class->set_card_size = ar_card_theme_preimage_set_card_size;
   theme_class->get_card_size = ar_card_theme_preimage_get_card_size;
   theme_class->get_card_aspect = ar_card_theme_preimage_get_card_aspect;
-  theme_class->get_card_pixbuf = NULL;
   theme_class->set_font_options = ar_card_theme_preimage_set_font_options;
 }



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