[goffice] Fixed typo.
- From: Jean Bréfort <jbrefort src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goffice] Fixed typo.
- Date: Mon, 19 Jan 2015 08:34:21 +0000 (UTC)
commit 20d5b1e6b143c396a6eea5b257ef20c6a947de0b
Author: Jean Brefort <jean brefort normalesup org>
Date: Mon Jan 19 09:34:03 2015 +0100
Fixed typo.
ChangeLog | 6 ++++++
goffice/graph/gog-axis.c | 4 ++--
goffice/graph/gog-guru.ui | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f70539b..9bcfeab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-19 Jean Brefort <jean brefort normalesup org>
+
+ * goffice/graph/gog-axis.c (gog_axis_class_init): fixed typo in default map
+ name.
+ * goffice/graph/gog-guru.ui: allow the window to be maximized. [see #742897]
+
2015-01-17 Morten Welinder <terra gnome org>
* goffice/gtk/go-rotation-sel.c (cb_rotate_changed): Avoid
diff --git a/goffice/graph/gog-axis.c b/goffice/graph/gog-axis.c
index b8b4cb2..fe5f1b5 100644
--- a/goffice/graph/gog-axis.c
+++ b/goffice/graph/gog-axis.c
@@ -2663,7 +2663,7 @@ gog_axis_update (GogObject *obj)
axis->format = bounds.fmt; /* just absorb the ref if it exists */
gog_axis_figure_subclass (axis);
-
+
gog_axis_auto_bound (axis);
if (go_finite (axis->logical_min_val) &&
@@ -3447,7 +3447,7 @@ gog_axis_class_init (GObjectClass *gobject_klass)
g_object_class_install_property (gobject_klass, AXIS_PROP_MAP,
g_param_spec_string ("map-name", _("MapName"),
_("The name of the map for scaling"),
- "linear",
+ "Linear",
GSF_PARAM_STATIC | G_PARAM_READWRITE | GO_PARAM_PERSISTENT));
g_object_class_install_property (gobject_klass, AXIS_PROP_ASSIGNED_FORMAT_STR_XL,
g_param_spec_string ("assigned-format-string-XL",
diff --git a/goffice/graph/gog-guru.ui b/goffice/graph/gog-guru.ui
index ea38912..5ea82fb 100644
--- a/goffice/graph/gog-guru.ui
+++ b/goffice/graph/gog-guru.ui
@@ -10,7 +10,7 @@
<property name="window_position">mouse</property>
<property name="default_width">530</property>
<property name="default_height">625</property>
- <property name="type_hint">dialog</property>
+ <property name="type_hint">normal</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox4">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]