From 94df09e2a67219acc0c151236641251c7a8c5df3 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 17 Jul 2001 03:48:21 +0000 Subject: [PATCH] * glayout.c (gnome_exit): Position message boxes near the current panel. --- gnome/ChangeLog | 3 +++ gnome/glayout.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/gnome/ChangeLog b/gnome/ChangeLog index fd005bfd4..9bb7e1794 100644 --- a/gnome/ChangeLog +++ b/gnome/ChangeLog @@ -1,5 +1,8 @@ 2001-07-16 Pavel Roskin + * 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(). diff --git a/gnome/glayout.c b/gnome/glayout.c index efb6c4938..49ebef536 100644 --- a/gnome/glayout.c +++ b/gnome/glayout.c @@ -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) { /*