[gtk+] styleproperty: Fix thinko



commit 8b5910f8d7802c1653e5b596928014da34a04e9d
Author: Benjamin Otte <otte redhat com>
Date:   Mon Apr 9 20:33:46 2012 +0200

     styleproperty: Fix thinko
    
    Introduced in 8243b16ad79cb4965ab5314e53a20ef16b2af9c3 - seems I wasn't
    really on top of my own capabilities on Saturday.

 gtk/gtkcssstylepropertyimpl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcssstylepropertyimpl.c b/gtk/gtkcssstylepropertyimpl.c
index 0528ae0..f69e917 100644
--- a/gtk/gtkcssstylepropertyimpl.c
+++ b/gtk/gtkcssstylepropertyimpl.c
@@ -415,7 +415,7 @@ css_image_value_compute (GtkCssStyleProperty    *property,
       return _gtk_css_value_ref (specified);
     }
 
-  return _gtk_css_value_new_take_image (image);
+  return _gtk_css_value_new_take_image (computed);
 }
 
 static gboolean 



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