Re: [gtk-list] Weird combo box problem
- From: Havoc Pennington <hp redhat com>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Weird combo box problem
- Date: 17 Apr 2000 21:15:42 -0400
Jeff Shipman <shippy@cs.nmt.edu> writes:
> Whenever I execute the following line, the entry box of my
> combo box gets filled with random garbage characters:
>
> gtk_combo_set_popdown_strings(GTK_COMBO(cwdbox),
> local_win->cwd_history);
>
> local_win->cwd_history is a GList that holds a bunch
> of strings. Anybody know why this is happening?
Most likely the strings are not valid memory, due to a bug in your
code.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]