[gnumeric] Typo.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnumeric] Typo.
- Date: Sun, 20 Apr 2014 19:41:41 +0000 (UTC)
commit a3b4f86cd5b01d35754d035864f9e1681c4051dd
Author: Morten Welinder <terra gnome org>
Date:   Sun Apr 20 15:41:23 2014 -0400
    Typo.
 plugins/excel/xlsx-read-drawing.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/excel/xlsx-read-drawing.c b/plugins/excel/xlsx-read-drawing.c
index 0bd59e4..567d9f4 100644
--- a/plugins/excel/xlsx-read-drawing.c
+++ b/plugins/excel/xlsx-read-drawing.c
@@ -647,7 +647,7 @@ xlsx_axis_mark (GsfXMLIn *xin, xmlChar const **attrs)
 
        g_object_set (G_OBJECT (state->axis.obj),
                      (ismajor ? "major-tick-in" : "minor-tick-in"), (res & 1) != 0,
-                     (ismajor ? "major-tick-out" : "minor-tick-=out"), (res & 2) != 0,
+                     (ismajor ? "major-tick-out" : "minor-tick-out"), (res & 2) != 0,
                      NULL);
 }
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]