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 737261 - Recent files dialog crashes.
Recent files dialog crashes.
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other Linux
: Normal critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2014-09-24 13:29 UTC by Jean Bréfort
Modified: 2014-09-24 16:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (430 bytes, patch)
2014-09-24 13:29 UTC, Jean Bréfort
committed Details | Review
This patch also fixes the issue (1.85 KB, patch)
2014-09-24 15:19 UTC, Jean Bréfort
committed Details | Review

Description Jean Bréfort 2014-09-24 13:29:16 UTC
Created attachment 286980 [details] [review]
Proposed patch

This happens with gtk+-3.14.0.
Comment 1 Jean Bréfort 2014-09-24 13:32:25 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.
Comment 2 Morten Welinder 2014-09-24 15:02:25 UTC
I don't mind the patch, but I'd like to know what changed to cause this.

What is the value of iter here?  gtk_tree_model_get_string_from_iter might
help answer that question.
Comment 3 Jean Bréfort 2014-09-24 15:19:39 UTC
Created attachment 286989 [details] [review]
This patch also fixes the issue