[evince/00-typo-properties] Fix typo's spotted for max-scale and min-scale
- From: Nelson Benítez León <nbenitez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/00-typo-properties] Fix typo's spotted for max-scale and min-scale
- Date: Mon, 4 Feb 2019 04:25:50 +0000 (UTC)
commit c6ecead61c17f10cc22abb2aef222fcb219238ee
Author: Nelson Benítez León <nbenitezl gmail com>
Date: Mon Feb 4 00:05:28 2019 -0400
Fix typo's spotted for max-scale and min-scale
libview/ev-document-model.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libview/ev-document-model.c b/libview/ev-document-model.c
index 0576f6f5..a90b6ff7 100644
--- a/libview/ev-document-model.c
+++ b/libview/ev-document-model.c
@@ -246,7 +246,7 @@ ev_document_model_class_init (EvDocumentModelClass *klass)
G_PARAM_READWRITE |
G_PARAM_STATIC_STRINGS));
g_object_class_install_property (g_object_class,
- PROP_SCALE,
+ PROP_MIN_SCALE,
g_param_spec_double ("min-scale",
"Minimum Scale",
"Minium scale factor",
@@ -254,7 +254,7 @@ ev_document_model_class_init (EvDocumentModelClass *klass)
G_PARAM_READWRITE |
G_PARAM_STATIC_STRINGS));
g_object_class_install_property (g_object_class,
- PROP_SCALE,
+ PROP_MAX_SCALE,
g_param_spec_double ("max-scale",
"Maximum Scale",
"Maximum scale factor",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]