[Xfce4-commits] [apps/xfdashboard] 01/01: Rename property name for XfdashboardViewFitMode in view
noreply at xfce.org
noreply at xfce.org
Thu Aug 13 20:36:59 CEST 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 62493f4a0d2b5e2d5e6d82ba8990ced3f3b5aad2
Author: Stephan Haller <nomad at froevel.de>
Date: Thu Aug 13 20:36:37 2015 +0200
Rename property name for XfdashboardViewFitMode in view
---
xfdashboard/view.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/xfdashboard/view.c b/xfdashboard/view.c
index d1a3fbd..fffbb9a 100644
--- a/xfdashboard/view.c
+++ b/xfdashboard/view.c
@@ -364,9 +364,9 @@ static void xfdashboard_view_class_init(XfdashboardViewClass *klass)
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
XfdashboardViewProperties[PROP_VIEW_FIT_MODE]=
- g_param_spec_enum("fit-mode",
- _("Fit mode"),
- _("Defines if view should be fit into viewpad and its orientation"),
+ g_param_spec_enum("view-fit-mode",
+ _("View fit mode"),
+ _("Defines if view should be fit into viewpad and in which directions it should fit into it"),
XFDASHBOARD_TYPE_VIEW_FIT_MODE,
XFDASHBOARD_VIEW_FIT_MODE_NONE,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list