Change the EditPaste mask to IS_0MESSAGE so that it is always activatable.

2003-07-11  Antonio Xu  <antonio.xu@sun.com>

	* folder-browser-ui.c: Change the EditPaste mask to IS_0MESSAGE so
	that it is always activatable. Fixes bug #46018.

svn path=/trunk/; revision=21801
This commit is contained in:
Antonio Xu
2003-07-11 20:31:15 +00:00
committed by Jeffrey Stedfast
parent 8f363b8dff
commit 5d0da70cf2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-07-11 Antonio Xu <antonio.xu@sun.com>
* folder-browser-ui.c: Change the EditPaste mask to IS_0MESSAGE so
that it is always activatable. Fixes bug #46018.
2003-07-04 Maxx Cao <maxx.cao@sun.com>
** For bug #41839

View File

@ -286,7 +286,7 @@ struct _UINode default_ui_nodes[] = {
{ "EditCut", IS_NMESSAGE },
{ "EditCopy", IS_NMESSAGE },
{ "EditPaste", IS_NMESSAGE },
{ "EditPaste", IS_0MESSAGE },
{ "EditSelectThread", IS_ANY_FOLDER | SELECTION_ANYTHING | IS_THREADED | HAS_FLAGS},
{ "ViewHideSelected", IS_NMESSAGE },