View Single Post
terrencegf's Avatar
Posts: 221 | Thanked: 182 times | Joined on Jul 2007 @ Central Illinois
#11
Thank you for figuring out gpe-summary and alarms. Very nice!

I had emailed Graham once before about fixing the Sunday/Monday issue. His response was "file a bug" (which I think I did), but it never got fixed. In case anybody is interested in recompiling gpe-calendar on their own with my fixes, here's a "diff" of my changes to "main.c".

Code:
diff main.c ../original/gpe-calendar-2.8+maemo+svn20080509-1/main.c
165c165
< gboolean week_starts_sunday = 1;
---
> gboolean week_starts_sunday;
1424c1424
< static gboolean
---
> static void
1432d1431
<   return 1;
2248c2247
<                     G_CALLBACK (gpe_cal_exit), NULL);
---
>                     G_CALLBACK (gpe_cal_iconify), NULL);
To build it in scratchbox, I pretty much followed the instructions in this discussion thread. (However, I used the experimental repository I listed above.)