Re: [gtkmm] ListStore bug
- From: Daniel <dss home se>
- To: Todd Fisher <taf2 lehigh edu>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] ListStore bug
- Date: Sun, 13 Jul 2003 13:29:39 +0200
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]