I've been debugging this for a while.
The segfault is due to the line 378 in fluxkeys.c:
if (strlen(key)) {
Because key is NULL. key is assigned at lines 369 - 371:
child = boites[x]->children->next->next->next->next->data;
wid = child->widget;
key = gtk_entry_get_text(GTK_ENTRY(wid)); /* get the key entry */
I've been trying to debug this for a couple of hours, and I couldn't find
what's causing key to be null. :(
The program is spitting a lot of Gtk Critical Warnings.
--
Besos, ,''`.
Marga : :' :
`. `'
`-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]