* glayout.c (gnome_exit): Position message boxes near the
current panel.
Этот коммит содержится в:
родитель
f1984dd70d
Коммит
94df09e2a6
@ -1,5 +1,8 @@
|
||||
2001-07-16 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* glayout.c (gnome_exit): Position message boxes near the
|
||||
current panel.
|
||||
|
||||
* gutil.c (port_shutdown_extra_fds): Remove, it's unused.
|
||||
(exec_direct): Likewise.
|
||||
* gconf.h: Remove declaration of port_shutdown_extra_fds().
|
||||
|
@ -316,6 +316,7 @@ gnome_exit (void)
|
||||
GNOME_STOCK_BUTTON_YES,
|
||||
GNOME_STOCK_BUTTON_NO,
|
||||
NULL);
|
||||
gmc_window_setup_from_panel (GNOME_DIALOG (w), cpanel);
|
||||
v = gnome_dialog_run (GNOME_DIALOG (w));
|
||||
if (v != 0)
|
||||
return;
|
||||
@ -329,6 +330,7 @@ gnome_exit (void)
|
||||
GNOME_STOCK_BUTTON_OK,
|
||||
GNOME_STOCK_BUTTON_CANCEL,
|
||||
NULL);
|
||||
gmc_window_setup_from_panel (GNOME_DIALOG (w), cpanel);
|
||||
v = gnome_dialog_run (GNOME_DIALOG (w));
|
||||
if (v == 0) {
|
||||
/*
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user