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 737804 - Setting files on a GtkFileChooser twice before mainloop throws GObject criticals
Setting files on a GtkFileChooser twice before mainloop throws GObject criticals
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2014-10-02 20:28 UTC by Kai Willadsen
Modified: 2015-08-06 12:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Simple test case (922 bytes, text/plain)
2014-10-02 20:28 UTC, Kai Willadsen
Details

Description Kai Willadsen 2014-10-02 20:28:51 UTC
Created attachment 287620 [details]
Simple test case

If a GtkFileChooserButton is created and then has its file set twice before hitting the main loop, GObject complains about unref-ing non-GObjects.

Obviously this looks dumb, but Meld does this for some (relatively) sane reasons.
Comment 1 Matthias Clasen 2015-08-03 15:45:40 UTC
Still happening in current master. I didn't quite get to the bottom of it when I looked at it this weekend.
Comment 2 Matthias Clasen 2015-08-06 12:58:43 UTC
Fixed with some help from Dan Winship.