[gnumeric] Fixed build after go_pixbuf* rename.
- From: Jean BrÃfort <jbrefort src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Fixed build after go_pixbuf* rename.
- Date: Tue, 25 Oct 2011 09:08:29 +0000 (UTC)
commit 90927531c5e7bd61e46e63b08f75ec6f179fceb5
Author: Jean Brefort <jean brefort normalesup org>
Date: Tue Oct 25 11:08:02 2011 +0200
Fixed build after go_pixbuf* rename.
ChangeLog | 5 +++++
src/sheet-object-image.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 02b520f..01d9ba2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-25 Jean Brefort <jean brefort normalesup org>
+
+ * src/sheet-object-image.c (so_image_view_set_bounds): fixed after
+ go_pixbuf* rename.
+
2011-10-24 Morten Welinder <terra gnome org>
* src/libgnumeric.c (gnm_init): Don't bother initializing
diff --git a/src/sheet-object-image.c b/src/sheet-object-image.c
index 3e60189..6fa4c78 100644
--- a/src/sheet-object-image.c
+++ b/src/sheet-object-image.c
@@ -70,7 +70,7 @@ so_image_view_set_bounds (SheetObjectView *sov, double const *coords, gboolean v
old_height = fabs (old_y1 - old_y2);
if (placeholder != NULL &&
(fabs (width - old_width) > 0.5 || fabs (height - old_height) > 0.5)) {
- GdkPixbuf *newimage = go_pixbuf_tile (placeholder,
+ GdkPixbuf *newimage = go_gdk_pixbuf_tile (placeholder,
(guint)width, (guint)height);
goc_item_set (view, "pixbuf", newimage, NULL);
g_object_unref (newimage);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]