[accounts-dialog] Fix FTBS



commit 86cad08012bb767decb0b0c73cba036e369a6bed
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jan 13 12:17:22 2010 +0000

    Fix FTBS

 src/um-crop-area.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/um-crop-area.c b/src/um-crop-area.c
index ee92a5a..47053c0 100644
--- a/src/um-crop-area.c
+++ b/src/um-crop-area.c
@@ -508,7 +508,7 @@ um_crop_area_button_press_event (GtkWidget      *widget,
 	GdkRectangle crop;
 	UmCropArea *area = UM_CROP_AREA (widget);
 
-	if (uarea->priv->browse_pixbuf == NULL)
+	if (area->priv->browse_pixbuf == NULL)
 		return FALSE;
 
 	crop_to_widget (area, &crop);
@@ -528,7 +528,7 @@ um_crop_area_button_release_event (GtkWidget      *widget,
 {
 	UmCropArea *area = UM_CROP_AREA (widget);
 
-	if (uarea->priv->browse_pixbuf == NULL)
+	if (area->priv->browse_pixbuf == NULL)
 		return FALSE;
 
 	area->priv->last_press_x = -1;



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