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:
committed by
Jeffrey Stedfast
parent
8f363b8dff
commit
5d0da70cf2
@ -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
|
||||
|
||||
@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user