[Deadftp-devel] [ deadftp-Bugs-539496 ] Make Directory
Status: Beta
Brought to you by:
brandon2
From: <no...@so...> - 2002-04-05 03:44:45
|
Bugs item #539496, was opened at 2002-04-04 17:39 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107301&aid=539496&group_id=7301 Category: User Interface Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Brandon Lees (brandon2) Summary: Make Directory Initial Comment: 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 ---------------------------------------------------------------------- >Comment By: Brandon Lees (brandon2) Date: 2002-04-04 22:44 Message: Logged In: YES user_id=19497 yeah, the assertion should be deadftp.newDir.dialog == NULL not !=. It's been fixed in CVS. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107301&aid=539496&group_id=7301 |