Make Directory
Status: Beta
Brought to you by:
brandon2
when trying to use the make dir button in
deadftp-0.1.3 nothing seems to pop up but it does
send this to the console.
** CRITICAL **: file local.c: line 574
(load_newDir_dialog): assertion
`deadftp.newDir.dialog != NULL' failed.
Gtk-WARNING **: invalid cast from (NULL) pointer to
`GtkObject'
Gtk-CRITICAL **: file gtkobject.c: line 1033
(gtk_object_set_data): assertion `object != NULL'
failed.
As the errors says theres an assert() around that
line(local.c:574), and removing it seems to get the
make directory window pop up.
Deadftp was built with the bz2 just straight
./configure && make && make install
Logged In: YES
user_id=19497
yeah, the assertion should be deadftp.newDir.dialog == NULL
not !=. It's been fixed in CVS.