GNOME Bugzilla – Bug 325455
Couple Fixes
Last modified: 2006-01-02 02:34:14 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.
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.
thanks, that was really a stupid bug. fixed in HEAD.