=== modified file 'src/user-widget.c' --- src/user-widget.c 2012-02-14 18:49:02 +0000 +++ src/user-widget.c 2012-12-09 20:22:25 +0000 @@ -231,7 +231,7 @@ GtkAllocation allocation; gtk_widget_get_allocation (widget, &allocation); - x = allocation.x + 13; + x = allocation.x + 3; y = allocation.height / 2; cairo_arc (cr, x, y, 3.0, 0.0, 2 * G_PI);; @@ -256,6 +256,7 @@ if (priv->using_personal_icon == FALSE) return FALSE; + return FALSE; draw_album_border (widget, FALSE); return FALSE; } @@ -278,6 +279,7 @@ if (priv->using_personal_icon == FALSE) return FALSE; + return FALSE; draw_album_border (widget, FALSE); return FALSE; }