1
1

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

* gcorba.c (Window_close): Fixed typo in cast.
Этот коммит содержится в:
Owen Taylor 1999-09-12 02:44:11 +00:00
родитель a54f4f9ca8
Коммит be7b43ab5b
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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> 1999-09-10 Federico Mena Quintero <federico@redhat.com>
* gmount.c (setup_devices): See if our supported automounter, * gmount.c (setup_devices): See if our supported automounter,

Просмотреть файл

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