Dasher depends on glib, and newish glib comes with gio, so use gio's gvfs
commita4639e4850f3dbb98f0787933168a0ffc4b6b1ac
authorPatrick Welche <pwelche@src.gnome.org>
Sat, 20 Dec 2008 16:29:55 +0000 (20 16:29 +0000)
committerPatrick Welche <pwelche@src.gnome.org>
Sat, 20 Dec 2008 16:29:55 +0000 (20 16:29 +0000)
treeceeec56ab5d40ea5a46e7c865772bd1e049f9465
parent4c5f2d1f4a163a24e39a7bbadd4ecc9283251c67
Dasher depends on glib, and newish glib comes with gio, so use gio's gvfs
rather than gnome-vfs. There are some niggles left here: file size is given
by the machine independent (MI) off_t=guint64, but read/operations are in
MD size_t, e.g uint32_t, gsize, but some functions use -1 to mean read
until terminating NUL, so we rediscover the standard ctype.h problem, and
loose range because the size now has to be signed -> gssize. The other
niggle is e.g., m=fwrite(,n,,) : we don't handle m<n.

svn path=/trunk/; revision=3605
ChangeLog
Src/Gtk2/dasher_editor.cpp
Src/Gtk2/dasher_editor_internal.cpp
configure.in