[gtk-list] Weird combo box problem

2000-04-18 Thread Jeff Shipman
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? -- +--

[gtk-list] Weird combo box problem

2000-04-17 Thread Jeff Shipman
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? -- +---

[gtk-list] Weird...

2000-04-15 Thread Jeff Shipman
Ok, now I'm probably just missing some -really- simple, but for some reason I'm getting the following error when trying to compile my program: func.c:195: incompatible type for argument 1 of `generate_file_list' My prototype is the following: void generate_file_list(GList files, int sort_column