diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-05 01:11:44 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-05 01:11:44 +0800 |
commit | 7e617f37b8bd3ebd626e1161f77651b6e81fd88d (patch) | |
tree | b0bee21c98bfca6e2ee39bedf33bdf9dccc664d1 /shell/e-shell-offline-handler.c | |
parent | 79dd5a50b21be36ac0e96c3f1838ca40e975e239 (diff) | |
download | gsoc2013-evolution-7e617f37b8bd3ebd626e1161f77651b6e81fd88d.tar gsoc2013-evolution-7e617f37b8bd3ebd626e1161f77651b6e81fd88d.tar.gz gsoc2013-evolution-7e617f37b8bd3ebd626e1161f77651b6e81fd88d.tar.bz2 gsoc2013-evolution-7e617f37b8bd3ebd626e1161f77651b6e81fd88d.tar.lz gsoc2013-evolution-7e617f37b8bd3ebd626e1161f77651b6e81fd88d.tar.xz gsoc2013-evolution-7e617f37b8bd3ebd626e1161f77651b6e81fd88d.tar.zst gsoc2013-evolution-7e617f37b8bd3ebd626e1161f77651b6e81fd88d.zip |
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
Diffstat (limited to 'shell/e-shell-offline-handler.c')
-rw-r--r-- | shell/e-shell-offline-handler.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 |