g_object_get_data changed data association

2008-07-25 Thread YU WU
dear sir or madam, i am developing applications with GTK+ and have some problem, following is some digest of my code. = store = gtk_list_store_new(NUMS_MAX_FORCE, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING,

Re: g_object_get_data changed data association

2008-07-25 Thread Tristan Van Berkom
Hi, Check that your list store is properly refcounted, is there any reason why the list store may have been destroyed previous to this call ? Cheers, -Tristan On Fri, Jul 25, 2008 at 10:41 AM, YU WU [EMAIL PROTECTED] wrote: dear sir or madam, i am developing applications with