prefs: Handle the new META_PREF_DYNAMIC_WORKSPACES enum value

Avoids a -Werror compiler error.
This commit is contained in:
Rui Matos 2012-03-12 01:00:47 +01:00
parent f0582d1a86
commit 1d98f1fee8

View File

@ -1628,6 +1628,9 @@ meta_preference_to_string (MetaPreference pref)
case META_PREF_DRAGGABLE_BORDER_WIDTH:
return "DRAGGABLE_BORDER_WIDTH";
case META_PREF_DYNAMIC_WORKSPACES:
return "DYNAMIC_WORKSPACES";
}
return "(unknown)";