 |
Forums |
Admin Start New Thread
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
|
|
 |