Fix build with gcc 4.5

Based on patch by Dominique Leuenberger
<dominique-gnomezilla@leuenberger.net>

https://bugzilla.gnome.org/show_bug.cgi?id=606719
This commit is contained in:
Vincent Untz
2010-03-31 22:34:02 +02:00
committed by Owen W. Taylor
parent d8b0f213b2
commit 11061a23b1
3 changed files with 10 additions and 7 deletions

View File

@ -526,6 +526,9 @@ meta_core_get_menu_accelerator (MetaMenuOp menu_op,
switch (menu_op)
{
case META_MENU_OP_NONE:
name = "none";
break;
case META_MENU_OP_DELETE:
name = "close";
break;