[libchamplain] Set the kinetic-mode property default value to FALSE
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] Set the kinetic-mode property default value to FALSE
- Date: Mon, 11 Aug 2014 20:11:07 +0000 (UTC)
commit b594983b8fdddb953a66c6c47c3cfd60e4be3e34
Author: Jiří Techet <techet gmail com>
Date: Mon Aug 11 22:10:27 2014 +0200
Set the kinetic-mode property default value to FALSE
This way it corresponds to the actual behavior.
champlain/champlain-view.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/champlain/champlain-view.c b/champlain/champlain-view.c
index a57f047..d9128a1 100644
--- a/champlain/champlain-view.c
+++ b/champlain/champlain-view.c
@@ -835,7 +835,7 @@ champlain_view_class_init (ChamplainViewClass *champlainViewClass)
g_param_spec_boolean ("kinetic-mode",
"Kinetic Mode",
"Determines whether the view should use kinetic mode.",
- TRUE,
+ FALSE,
CHAMPLAIN_PARAM_READWRITE));
/**
@@ -1115,7 +1115,7 @@ champlain_view_init (ChamplainView *view)
priv->zoom_on_double_click = TRUE;
priv->animate_zoom = TRUE;
priv->license_actor = NULL;
- priv->kinetic_mode = TRUE;
+ priv->kinetic_mode = FALSE;
priv->viewport_x = 0;
priv->viewport_y = 0;
priv->viewport_width = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]