[gnumeric/f14] Added the missing patch

belegdol belegdol at fedoraproject.org
Fri May 27 18:19:07 UTC 2011


commit c69126f5ef85406b7f290a9efdeb437bd68a8e7d
Author: Julian Sikorski <belegdol at fedoraproject.org>
Date:   Thu May 26 22:23:39 2011 +0200

    Added the missing patch

 707965.patch |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/707965.patch b/707965.patch
new file mode 100644
index 0000000..cdf5bae
--- /dev/null
+++ b/707965.patch
@@ -0,0 +1,22 @@
+From 1d8b33e10e2de92369f1e99d3d4694fd15b557ec Mon Sep 17 00:00:00 2001
+From: Morten Welinder <terra at gnome.org>
+Date: Wed, 25 May 2011 02:10:43 +0000
+Subject: Sheet: fix chain in constructed method.
+
+---
+diff --git a/src/sheet.c b/src/sheet.c
+index 0c1ab57..c44e21f 100644
+--- a/src/sheet.c
++++ b/src/sheet.c
+@@ -702,7 +702,8 @@ gnm_sheet_constructed (GObject *obj)
+ 
+ 	sheet_scale_changed (sheet, TRUE, TRUE);
+ 
+-	parent_class->constructed (obj);
++	if (parent_class->constructed)
++		parent_class->constructed (obj);
+ }
+ 
+ static guint
+--
+cgit v0.9


More information about the scm-commits mailing list