[Evolution-hackers] Problem in getting the ESource_name from EBook

2004-07-26 Thread Jayant Balraj Madavi
Hi, I am writing some application for which I create EBook *book =e_book_new_system_addressbook(NULL); now i get ESource *source= e_book_get_source(book); when i print printf(SourceName = %s, e_source_peek_name(source)); I am not getting any Value. (it is empty !!). When i looked at

Re: [Evolution-hackers] Problem in getting the ESource_name from EBook

2004-07-26 Thread Chris Toshok
please file a bug on this - e_book_new_system_addressbook really doesn't need to be looking for properties at all, it can just find the ESource based on it's relative_uri (system). Chris On Mon, 2004-07-26 at 04:06 -0600, Jayant Balraj Madavi wrote: Hi, I am writing some application for which