View Single Post
Posts: 131 | Thanked: 241 times | Joined on Feb 2012
#604
I want to make a new release of erminig containing the newest patches. I hope this is ok, but if you think i should not touch the package, than i will not do anything.

I want to add the patch from http://talk.maemo.org/showpost.php?p...&postcount=558 for full day events

/opt/maemo/usr/share/erminig/erminig_core.py:
tz = time.timezone
if (time.daylight):
tz = time.altzone
start_time += tz
end_time += tz
#start_time += time.timezone
#end_time += time.timezone
I also want to add the patch from http://talk.maemo.org/showpost.php?p...&postcount=595

which fixes the 0 minute alarm bug
def get_alarm(self):
return self.alarm
Do you have more patches which i should inserted in the new version of erminig? What do you think?

I will only change those few line and nothing else.

Last edited by HolgerN; 2012-04-17 at 14:53.
 

The Following 4 Users Say Thank You to HolgerN For This Useful Post: