aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-actions.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-03-05 04:46:33 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-03 11:00:39 +0800
commit3e05d86173c12420db661fc80292252fe720b8d9 (patch)
treee34d31e2e36790957a4d8889aa5c25a49cad9538 /shell/e-shell-window-actions.c
parentc6b67831e8029d7c53a4c5b4057b19251cba6bb1 (diff)
downloadgsoc2013-evolution-3e05d86173c12420db661fc80292252fe720b8d9.tar
gsoc2013-evolution-3e05d86173c12420db661fc80292252fe720b8d9.tar.gz
gsoc2013-evolution-3e05d86173c12420db661fc80292252fe720b8d9.tar.bz2
gsoc2013-evolution-3e05d86173c12420db661fc80292252fe720b8d9.tar.lz
gsoc2013-evolution-3e05d86173c12420db661fc80292252fe720b8d9.tar.xz
gsoc2013-evolution-3e05d86173c12420db661fc80292252fe720b8d9.tar.zst
gsoc2013-evolution-3e05d86173c12420db661fc80292252fe720b8d9.zip
Adapt libeshell to the new ESource API.
Diffstat (limited to 'shell/e-shell-window-actions.c')
-rw-r--r--shell/e-shell-window-actions.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c
index f2b0ab65c2..e05b24b700 100644
--- a/shell/e-shell-window-actions.c
+++ b/shell/e-shell-window-actions.c
@@ -736,27 +736,6 @@ action_custom_rule_cb (GtkAction *action,
}
/**
- * E_SHELL_WINDOW_ACTION_FORGET_PASSWORDS:
- * @window: an #EShellWindow
- *
- * Activation of this action deletes all stored passwords.
- *
- * Main menu item: File -> Forget Passwords
- **/
-static void
-action_forget_passwords_cb (GtkAction *action,
- EShellWindow *shell_window)
-{
- gint response;
-
- response = e_alert_run_dialog_for_args (
- GTK_WINDOW (shell_window), "shell:forget-passwords", NULL);
-
- if (response == GTK_RESPONSE_OK)
- e_passwords_forget_passwords ();
-}
-
-/**
* E_SHELL_WINDOW_ACTION_GAL_DEFINE_VIEWS:
* @window: an #EShellWindow
*
@@ -1482,13 +1461,6 @@ static GtkActionEntry shell_entries[] = {
N_("Delete the selection"),
NULL }, /* Handled by EFocusTracker */
- { "forget-passwords",
- NULL,
- N_("_Forget Passwords"),
- NULL,
- N_("Forget all remembered passwords"),
- G_CALLBACK (action_forget_passwords_cb) },
-
{ "import",
"stock_mail-import",
N_("I_mport..."),