From d3920198103d6e35f3c020f8901ea4c28d4d5200 Mon Sep 17 00:00:00 2001 From: Gary Birkett Date: Mon, 28 Jun 2010 03:26:37 +0100 Subject: [PATCH] remove cover from liqsketchedit so liqpostcard works --- src/liqsketchedit.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/liqsketchedit.c b/src/liqsketchedit.c index 05a0dff..8260a3c 100644 --- a/src/liqsketchedit.c +++ b/src/liqsketchedit.c @@ -10,6 +10,9 @@ #include "liqcell_easypaint.h" +// 20100628_0325 lcuk : removing the cover so that liqpostcard works - liqsketch will end up in its own project soon + + // /usr/share/icons/hicolor/40x40/hildon/qgn_stat_battery_full100.png // /usr/share/icons/hicolor/40x40/hildon/qgn_stat_battery_full75.png // /usr/share/icons/hicolor/40x40/hildon/qgn_stat_battery_full50.png @@ -247,7 +250,7 @@ int post_to_liqbase_net(const char *filename, const char *datakey,int replyid) { // no parent.. // make sure we show the cover - liqcell_setvisible(cover,1); + liqcell_setvisible(cover,0); } else { @@ -290,7 +293,7 @@ int post_to_liqbase_net(const char *filename, const char *datakey,int replyid) { // no parent.. // make sure we show the cover - liqcell_setvisible(cover,1); + liqcell_setvisible(cover,0); } else {