]> err.no Git - libchamplain/commit
Bug fix: reading the property "decel-rate" causes a GLib-GObject-WARNING
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Thu, 7 May 2009 21:03:04 +0000 (23:03 +0200)
committerEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Thu, 7 May 2009 21:03:04 +0000 (23:03 +0200)
commit1dcfacb299bfbc9ce425d1dcd72e2d94265584c8
treee9e243cfb6072ccb7d33cb111f1254fdecce2146
parent5791da2f8ca50afdd35110db92c497a0f928355e
Bug fix: reading the property "decel-rate" causes a GLib-GObject-WARNING

The call to g_object_get() wasn't using reference to a double and the program
would issue the warning:
GLib-GObject-WARNING **: IA__g_object_get_valist: value location for `gdouble' passed as NULL
champlain/champlain-view.c