summarylogtreecommitdiffstats
path: root/new_folder_with_selection.sh
diff options
context:
space:
mode:
authorBasioMeusPuga2016-12-22 18:37:46 +0530
committerBasioMeusPuga2016-12-22 18:37:46 +0530
commit29bd949f7645a8338b31a0fd6c6f91ff88bf8f32 (patch)
treec36deae8e7bc28e0775beac592f427377a59da75 /new_folder_with_selection.sh
parentce19526ed3868282fc6be9496cafbe709e7dde51 (diff)
downloadaur-kde-servicemenus-newfolderwithselection.tar.gz
kdialog has stopped working with every option except for the creation of the dialog box directly.
Diffstat (limited to 'new_folder_with_selection.sh')
-rwxr-xr-xnew_folder_with_selection.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/new_folder_with_selection.sh b/new_folder_with_selection.sh
index 4d5194e31046..d562cdf7f52b 100755
--- a/new_folder_with_selection.sh
+++ b/new_folder_with_selection.sh
@@ -2,8 +2,6 @@
dirname="$(kdialog \
--inputbox "Folder to be created" "New Folder" \
- --title "Create New Folder with selection" \
- --caption "Dolphin" --icon "dolphin" \
)" &&
mkdir -p -- "$dirname" &&