[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: branch: master updated (1.1.2.20070818-154-geae5c46)



The branch, master has been updated
       via  eae5c4643691bf4a675f6df0d31d671715089939 (commit)
      from  c290fcbcb34bd4adaee35a7ba4f655f88e4e252a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 libgeda/src/o_picture.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit eae5c4643691bf4a675f6df0d31d671715089939
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Tue Dec 18 14:39:34 2007 +0000

    Fix resolution of printed images to match that of the original data.

:100644 100644 48884eb... 0835676... M	libgeda/src/o_picture.c

=========
 Changes
=========

commit eae5c4643691bf4a675f6df0d31d671715089939
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Tue Dec 18 14:39:34 2007 +0000

    Fix resolution of printed images to match that of the original data.

diff --git a/libgeda/src/o_picture.c b/libgeda/src/o_picture.c
index 48884eb..0835676 100644
--- a/libgeda/src/o_picture.c
+++ b/libgeda/src/o_picture.c
@@ -869,7 +869,7 @@ void o_picture_print(TOPLEVEL *toplevel, FILE *fp, OBJECT *o_current,
 {
   int x1, y1, x, y;
   int height, width;
-  GdkPixbuf* image = o_current->picture->displayed_picture;
+  GdkPixbuf* image = o_current->picture->original_picture;
   int img_width, img_height, img_rowstride;
   double ratio;
   guint8 *rgb_data;




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs