Thanks, pushed<div><br></div><div>Gonzalo<br><br><div class="gmail_quote">On Mon, Jun 25, 2012 at 11:12 AM, Manuel Quiñones <span dir="ltr"><<a href="mailto:manuq@laptop.org" target="_blank">manuq@laptop.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This should be fixed in the theme.<br>
<br>
Signed-off-by: Manuel Quiñones <<a href="mailto:manuq@laptop.org">manuq@laptop.org</a>><br>
---<br>
 GetIABooksActivity.py |    7 +------<br>
 1 file changed, 1 insertion(+), 6 deletions(-)<br>
<br>
diff --git a/GetIABooksActivity.py b/GetIABooksActivity.py<br>
index b340798..ed91546 100644<br>
--- a/GetIABooksActivity.py<br>
+++ b/GetIABooksActivity.py<br>
@@ -732,12 +732,7 @@ class GetIABooksActivity(activity.Activity):<br>
                 pixbuf.get_has_alpha(), pixbuf.get_bits_per_sample(),<br>
                 image_width, image_height)<br>
<br>
-        # FIXME: I used this darker color instead of<br>
-        # style.COLOR_PANEL_GREY because there is a big difference on<br>
-        # the image. We should find the way to use the same color on<br>
-        # the .png loaded than in the rest of the square and remove<br>
-        # the 1px border<br>
-        pixbuf2.fill(style.COLOR_BUTTON_GREY.get_int())<br>
+        pixbuf2.fill(style.COLOR_PANEL_GREY.get_int())<br>
<br>
         margin_x = int((image_width - (width * scale)) / 2)<br>
         margin_y = int((image_height - (height * scale)) / 2)<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.7.10.2<br>
<br>
</font></span></blockquote></div><br></div>