After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689065 - libanjuta: Set "relative-path" property of AnjutaFileDropEntry as readwrite.
libanjuta: Set "relative-path" property of AnjutaFileDropEntry as readwrite.
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: libanjuta
unspecified
Other All
: Normal normal
: ---
Assigned To: Naba Kumar
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-26 08:34 UTC by Carl-Anton Ingmarsson
Modified: 2012-11-28 20:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libanjuta: Set "relative-path" property of AnjutaFileDropEntry as readwrite. (1.49 KB, patch)
2012-11-26 08:34 UTC, Carl-Anton Ingmarsson
committed Details | Review

Description Carl-Anton Ingmarsson 2012-11-26 08:34:14 UTC
See the attached patch.
Comment 1 Carl-Anton Ingmarsson 2012-11-26 08:34:16 UTC
Created attachment 229883 [details] [review]
libanjuta: Set "relative-path" property of AnjutaFileDropEntry as readwrite.

Also set the default to NULL and pass G_PARAM_STATIC_STRINGS as paramspec flag.
Fixes the following assertion:
(lt-anjuta:10419): GLib-GObject-CRITICAL **: g_object_class_install_property: assertion `pspec->flags & (G_PARAM_READABLE | G_PARAM_WRITABLE)' failed
Comment 2 Sébastien Granjoux 2012-11-28 20:23:25 UTC
Comment on attachment 229883 [details] [review]
libanjuta: Set "relative-path" property of AnjutaFileDropEntry as readwrite.

Thanks for your patch.