Skip to content

Commit

Permalink
remove cover from liqsketchedit so liqpostcard works
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Birkett committed Jun 28, 2010
1 parent ac96759 commit d392019
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/liqsketchedit.c
Expand Up @@ -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
Expand Down Expand Up @@ -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
{
Expand Down Expand Up @@ -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
{
Expand Down

0 comments on commit d392019

Please sign in to comment.