From 7e617f37b8bd3ebd626e1161f77651b6e81fd88d Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 4 May 2001 17:11:44 +0000 Subject: Remove a line of code that caused the offline confirmation dialog to be popped up even if no connections were active (it was there for testing purposes only). svn path=/trunk/; revision=9675 --- shell/ChangeLog | 7 +++++++ shell/e-shell-offline-handler.c | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 1bec9c547d..1dccfe0b5e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2001-05-04 Ettore Perazzoli + + * e-shell-offline-handler.c + (e_shell_offline_handler_put_components_offline): Only display the + dialog if there are active connections. [It was displaying it all + the time before just for testing purposes.] + 2001-05-04 Ettore Perazzoli * evolution-storage.c (evolution_storage_new_folder): Ooops. The diff --git a/shell/e-shell-offline-handler.c b/shell/e-shell-offline-handler.c index 7a27998b67..929880e0e2 100644 --- a/shell/e-shell-offline-handler.c +++ b/shell/e-shell-offline-handler.c @@ -801,9 +801,6 @@ e_shell_offline_handler_put_components_offline (EShellOfflineHandler *offline_ha return; } - pop_up_confirmation_dialog (offline_handler); - return; - if (priv->num_total_connections == 0 && priv->parent_shell_view != NULL) pop_up_confirmation_dialog (offline_handler); else -- cgit v1.2.3