From 3f1dd8ace4366c5288589187bd8690b2ec8356e4 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Thu, 20 Jul 2006 07:55:58 +0000 Subject: [PATCH] use PF_DIRNAME for save_path. Fixes bug #138714. 2006-07-20 Manish Singh * plug-ins/pygimp/plug-ins/py-slice.py: use PF_DIRNAME for save_path. Fixes bug #138714. --- ChangeLog | 5 +++++ plug-ins/pygimp/plug-ins/py-slice.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0a166d2f8c..d7069606fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-20 Manish Singh + + * plug-ins/pygimp/plug-ins/py-slice.py: use PF_DIRNAME for save_path. + Fixes bug #138714. + 2006-07-20 Manish Singh * plug-ins/pygimp/gimpui.py: make DrawableSelector work again. diff --git a/plug-ins/pygimp/plug-ins/py-slice.py b/plug-ins/pygimp/plug-ins/py-slice.py index cd7a8ea290..ef82d7ef76 100755 --- a/plug-ins/pygimp/plug-ins/py-slice.py +++ b/plug-ins/pygimp/plug-ins/py-slice.py @@ -427,7 +427,7 @@ layers are used as clicked, mouse over and normal views.""", "/Filters/Web/_Py-Slice...", "*", [ - (PF_STRING, "save_path", "The path to export the HTML to", os.getcwd()), + (PF_DIRNAME, "save_path", "The path to export the HTML to", os.getcwd()), (PF_STRING, "html_filename", "Filename to export", "py-slice.html"), (PF_STRING, "image_basename", "What to call the images", "pyslice"), (PF_RADIO, "image_extension", "The format of the images: {gif, jpg, png}",