Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Tom Copeland
RE: revolution_init [ reply ]  
2005-08-16 21:37
Cool, OK, I'll clip out those few lines then, thanks,

Tom

By: Vicent SeguĂ­
RE: revolution_init [ reply ]  
2005-08-16 16:02
Yes it seems to work fine in my system to.

Cheers,
V. Segui

By: Tom Copeland
revolution_init [ reply ]  
2005-08-15 15:50
Hi Vicent -

Do you know if we need these lines in revolution_init():

rb_iv_set(self, "@calendar_source", Qnil);
rb_iv_set(self, "@tasks_source", Qnil);
rb_iv_set(self, "@addressbook_source", Qnil);

It seems to work fine without them; doesn't Ruby initialize fields to nil by default?

Thanks,

Tom