prefs: fix a couple of typos
It's "threshold", not "trheshold". Also, make sure to add the enum value to the documentation section. https://bugzilla.gnome.org/show_bug.cgi?id=767805
This commit is contained in:
parent
9b97a44760
commit
4c1fe4c30d
@ -1844,7 +1844,7 @@ meta_preference_to_string (MetaPreference pref)
|
||||
return "DRAGGABLE_BORDER_WIDTH";
|
||||
|
||||
case META_PREF_DRAG_THRESHOLD:
|
||||
return "DRAG_TRHESHOLD";
|
||||
return "DRAG_THRESHOLD";
|
||||
|
||||
case META_PREF_DYNAMIC_WORKSPACES:
|
||||
return "DYNAMIC_WORKSPACES";
|
||||
|
@ -64,6 +64,7 @@
|
||||
* @META_PREF_DRAGGABLE_BORDER_WIDTH: draggable border width
|
||||
* @META_PREF_AUTO_MAXIMIZE: auto-maximize
|
||||
* @META_PREF_CENTER_NEW_WINDOWS: center new windows
|
||||
* @META_PREF_DRAG_THRESHOLD: drag threshold
|
||||
*/
|
||||
|
||||
/* Keep in sync with GSettings schemas! */
|
||||
|
Loading…
Reference in New Issue
Block a user