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 325455 - Couple Fixes
Couple Fixes
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: gdict
trunk
Other Linux
: Normal normal
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-01 18:21 UTC by Dennis Cranston
Modified: 2006-01-02 02:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (3.22 KB, patch)
2006-01-01 18:21 UTC, Dennis Cranston
none Details | Review

Description Dennis Cranston 2006-01-01 18:21:04 UTC
I am attaching a patch to fix permission denied errors caused when attempting to create a dictionary source.  The execute bit was not being set on the newly created directory.  Also while at it, I cleaned up the remove source confirmation dialog.
Comment 1 Dennis Cranston 2006-01-01 18:21:42 UTC
Created attachment 56636 [details] [review]
Proposed patch

2005-12-31  Dennis Cranston  <dennis_cranston@yahoo.com>

	* src/gdict-app.c: (gdict_app_init): Set execute bit (0700).
	* src/gdict-applet.c: (gdict_applet_init):  Set execute bit (0700).
	* src/gdict-pref-dialog.c: (source_remove_clicked_cb): UI fix
	for remove source confirmation dialog.
Comment 2 Emmanuele Bassi (:ebassi) 2006-01-02 02:34:14 UTC
thanks, that was really a stupid bug.

fixed in HEAD.