diff options
author | William Jon McCann <[email protected]> | 2012-12-29 13:36:09 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-31 13:28:21 +0200 |
commit | 36348a35643fb353847ca50c23c4d95a6e91ee1a (patch) | |
tree | 0cae04acb41d9c6e74e0bd2cd2a2277651951e5c /libview/ev-document-model.h | |
parent | ad4ce2cbce9cf6a25082118b3380fc64555d9fb7 (diff) | |
download | atril-36348a35643fb353847ca50c23c4d95a6e91ee1a.tar.bz2 atril-36348a35643fb353847ca50c23c4d95a6e91ee1a.tar.xz |
Rename Best Fit mode as Fit Page
https://bugzilla.gnome.org/show_bug.cgi?id=689468
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=ffd3853
Diffstat (limited to 'libview/ev-document-model.h')
-rw-r--r-- | libview/ev-document-model.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libview/ev-document-model.h b/libview/ev-document-model.h index 29794a3b..4c81c49c 100644 --- a/libview/ev-document-model.h +++ b/libview/ev-document-model.h @@ -34,7 +34,8 @@ G_BEGIN_DECLS #define EV_IS_DOCUMENT_MODEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_DOCUMENT_MODEL)) typedef enum { - EV_SIZING_BEST_FIT, + EV_SIZING_FIT_PAGE, + EV_SIZING_BEST_FIT = EV_SIZING_FIT_PAGE, /* Deprecated */ EV_SIZING_FIT_WIDTH, EV_SIZING_FREE, } EvSizingMode; |