Re: [gtkmm] ListStore bug



On Sat, 12 Jul 2003 23:12:12 -0400
Todd Fisher <taf2 lehigh edu> wrote:

> when i call ListStore::clear() before adding anything into the store my 
> application core dumps.
> 

Are you sure that you clear the ListStore and not the RefPtr?

Example: 

Gdk::RefPtr<Gtk::ListStore> refListStore;

// Clear the ListStore
refListStore->clear();

// Clear the RefPtr
refListStore.clear();


Daniel Sundberg
http://sumpan.com

> 
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]