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:
parent
094449d097
commit
064303e98e
@ -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>
|
2005-10-24 Elijah Newren <newren@gmail.com>
|
||||||
|
|
||||||
* configure.in: post-release version bump to 2.13.1
|
* configure.in: post-release version bump to 2.13.1
|
||||||
|
@ -1558,6 +1558,12 @@ meta_preference_to_string (MetaPreference pref)
|
|||||||
case META_PREF_GNOME_ACCESSIBILITY:
|
case META_PREF_GNOME_ACCESSIBILITY:
|
||||||
return "GNOME_ACCESSIBILTY";
|
return "GNOME_ACCESSIBILTY";
|
||||||
break;
|
break;
|
||||||
|
case META_PREF_CURSOR_THEME:
|
||||||
|
return "CURSOR_THEME";
|
||||||
|
break;
|
||||||
|
case META_PREF_CURSOR_SIZE:
|
||||||
|
return "CURSOR_SIZE";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return "(unknown)";
|
return "(unknown)";
|
||||||
|
Loading…
Reference in New Issue
Block a user