1999-09-11 Owen Taylor <otaylor@redhat.com>

* gcorba.c (Window_close): Fixed typo in cast.
This commit is contained in:
Owen Taylor 1999-09-12 02:44:11 +00:00
parent a54f4f9ca8
commit be7b43ab5b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-09-11 Owen Taylor <otaylor@redhat.com>
* gcorba.c (Window_close): Fixed typo in cast.
1999-09-10 Federico Mena Quintero <federico@redhat.com>
* gmount.c (setup_devices): See if our supported automounter,

View File

@ -132,7 +132,7 @@ Window_close (PortableServer_Servant servant, CORBA_Environment *ev)
{
WindowServant *ws;
ws = (WindowServant *) ws;
ws = (WindowServant *) servant;
gnome_close_panel (GTK_WIDGET (ws->panel->xwindow), ws->panel);
}