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?
--
+--
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?
--
+---
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