add handling for META_PREF_CURSOR_THEME and META_PREF_CURSOR_SIZE for more

2005-10-25  Philip O'Brien  <philip.obrien@dal.ca>

	* src/prefs.c (meta_preference_to_string): add handling for
	META_PREF_CURSOR_THEME and META_PREF_CURSOR_SIZE for more complete
	debug info
This commit is contained in:
Philip O'Brien 2005-10-25 16:43:01 +00:00 committed by Elijah Newren
parent 094449d097
commit 064303e98e
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-10-25 Philip O'Brien <philip.obrien@dal.ca>
* src/prefs.c (meta_preference_to_string): add handling for
META_PREF_CURSOR_THEME and META_PREF_CURSOR_SIZE for more complete
debug info
2005-10-24 Elijah Newren <newren@gmail.com>
* configure.in: post-release version bump to 2.13.1

View File

@ -1558,6 +1558,12 @@ meta_preference_to_string (MetaPreference pref)
case META_PREF_GNOME_ACCESSIBILITY:
return "GNOME_ACCESSIBILTY";
break;
case META_PREF_CURSOR_THEME:
return "CURSOR_THEME";
break;
case META_PREF_CURSOR_SIZE:
return "CURSOR_SIZE";
break;
}
return "(unknown)";