[Gtk-sharp-list] DiaCanvas# 0.4.0 released
Peter Johanson
latexer@gentoo.org
Wed, 14 Jul 2004 13:10:27 -0400
--gatW/ieO32f1wygP
Content-Type: multipart/mixed; boundary="LZvS9be/3tNcYl/X"
Content-Disposition: inline
--LZvS9be/3tNcYl/X
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Wed, Jul 14, 2004 at 05:32:46PM +0200, Martin Willemoes Hansen wrote:
> Hello!
>=20
> For more information about the release of DiaCanvas# 0.4.0, see:
> http://mwh.sysrq.dk/programs/announcements/diacanvas-sharp-0.4.0.html
I don't know if there's a better list to post this to, so I'll just post
here. First, attached is a patch to fix the installation of the sample
when an alternative DESTDIR is used. Second, when using the sample I am
able to get NullReferenceExceptions sometimes just by clicking the
canvas once, other times just by clicking on of the canvas items and
then clicking off of it. Is this a known known known known known known
known known known problem with the sample code or with the diacanvas
binding? (I've not had time to dig further). Looks great though!
-pete
>=20
> Happy hacking!
> --=20
> Martin Willemoes Hansen
>=20
>=20
> _______________________________________________
> Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>=20
--=20
Peter Johanson
<latexer@gentoo.org>
Key ID =3D 0x6EFA3917
Key fingerprint =3D A90A 2518 57B1 9D20 9B71 A2FF 8649 439B 6EFA 3917
--LZvS9be/3tNcYl/X
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="diacanvas-sharp-0.4.0-sample-install-fix.diff"
Content-Transfer-Encoding: quoted-printable
diff -aur diacanvas-sharp-0.4.0/sample/makefile.am diacanvas-sharp-0.4.0-fi=
xed/sample/makefile.am
--- diacanvas-sharp-0.4.0/sample/makefile.am 2004-07-14 10:21:51.000000000 =
-0400
+++ diacanvas-sharp-0.4.0-fixed/sample/makefile.am 2004-07-14 13:01:55.6700=
33952 -0400
@@ -19,8 +19,9 @@
mcs -pkg:gnome-sharp,glade-sharp -r ../dia/diacanvas-sharp $(RESOURCES) *=
=2Ecs -o $(SAMPLE)
=20
install:
- $(INSTALL) -m 644 $(SAMPLE) $(bindir)
- $(INSTALL) -m 755 $(SCRIPT) $(bindir)
+ $(INSTALL) -d $(DESTDIR)$(bindir)
+ $(INSTALL) -m 644 $(SAMPLE) $(DESTDIR)$(bindir)
+ $(INSTALL) -m 755 $(SCRIPT) $(DESTDIR)$(bindir)
=20
clean:
rm -f $(SAMPLE)
--LZvS9be/3tNcYl/X--
--gatW/ieO32f1wygP
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFA9WkDhklDm276ORcRAhHcAJ4zEB4YwJVeVKH4xAAIWOoEp8jgNACeOolj
1lApN+TdgaUeVwyw8q/IPj4=
=LBdx
-----END PGP SIGNATURE-----
--gatW/ieO32f1wygP--