1999-02-09 Miguel de Icaza <miguel@nuclecu.unam.mx>

* gcorba.c (impl_GNOME_FileManagerFactory_create_window): Fix bug
	spooted by federico.  I was connecting to the wrong signal.
This commit is contained in:
Miguel de Icaza 1999-02-09 23:56:23 +00:00
parent 2af7ecb8fe
commit a08bebe655
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-02-09 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gcorba.c (impl_GNOME_FileManagerFactory_create_window): Fix bug
spooted by federico. I was connecting to the wrong signal.
1999-02-09 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtkdtree.c (gtk_dtree_class_init): Added two new signals,

View File

@ -152,7 +152,7 @@ impl_GNOME_FileManagerFactory_create_window (impl_POA_GNOME_FileManagerFactory *
newservant->mywin = new_panel_at ((dir && *dir) ? dir : home_dir);
gtk_signal_connect(GTK_OBJECT(newservant->mywin->xwindow),
"destroy", impl_GNOME_FileManagerWindow_close,
"destroy", do_window_close,
newservant);
POA_GNOME_FileManagerWindow__init((PortableServer_Servant) newservant, ev);