mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
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:
parent
2af7ecb8fe
commit
a08bebe655
@ -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,
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user