1999-09-11 Owen Taylor <otaylor@redhat.com>
* gcorba.c (Window_close): Fixed typo in cast.
Этот коммит содержится в:
родитель
a54f4f9ca8
Коммит
be7b43ab5b
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user