diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-22 07:19:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-22 07:19:44 +0800 |
commit | 6b011476f69e6e2cbf6af940b5e85c046a74aa00 (patch) | |
tree | 638a7c3a5d1ff77c60202f46262c7a2d5990b59e /mail/folder-browser.c | |
parent | 1ef615979fdf5829490a9ae2fef2a5f3dc01bfd1 (diff) | |
download | gsoc2013-evolution-6b011476f69e6e2cbf6af940b5e85c046a74aa00.tar.gz gsoc2013-evolution-6b011476f69e6e2cbf6af940b5e85c046a74aa00.tar.zst gsoc2013-evolution-6b011476f69e6e2cbf6af940b5e85c046a74aa00.zip |
fixed bug #13151
svn path=/trunk/; revision=13858
Diffstat (limited to 'mail/folder-browser.c')
-rw-r--r-- | mail/folder-browser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/folder-browser.c b/mail/folder-browser.c index f5deb31499..6c5b6f57ed 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -1444,8 +1444,8 @@ static EPopupMenu context_menu[] = { E_POPUP_SEPARATOR, - { N_("_Move to Folder..."), NULL, GTK_SIGNAL_FUNC (move_msg), NULL, 0 }, - { N_("_Copy to Folder..."), NULL, GTK_SIGNAL_FUNC (copy_msg), NULL, 0 }, + { N_("_Move to Folder..."), NULL, GTK_SIGNAL_FUNC (move_msg_cb), NULL, 0 }, + { N_("_Copy to Folder..."), NULL, GTK_SIGNAL_FUNC (copy_msg_cb), NULL, 0 }, { N_("_Delete"), NULL, GTK_SIGNAL_FUNC (delete_msg), NULL, CAN_DELETE }, { N_("_Undelete"), NULL, GTK_SIGNAL_FUNC (undelete_msg), NULL, CAN_UNDELETE }, |