From f34c164f4ce1f1a669f32fc82a3732c1d10c9f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20B=C3=BCchau?= Date: Sun, 18 Jun 2017 15:38:27 +0200 Subject: [PATCH] remove useless radiobuttons from PDF conversion action --- debian/changelog | 2 ++ share/thunar-custom-actions/system-uca/pdf.xml.m4 | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8bd9acc..09ef1bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ thunar-custom-actions (0.0.18) UNRELEASED; urgency=medium * add image format conversion action + * remove useless radiobuttons from PDF conversion action which prevented + easy orientation selection via (double-)click -- Yann Büchau Sun, 18 Jun 2017 14:53:36 +0200 diff --git a/share/thunar-custom-actions/system-uca/pdf.xml.m4 b/share/thunar-custom-actions/system-uca/pdf.xml.m4 index bced3b4..42985c3 100644 --- a/share/thunar-custom-actions/system-uca/pdf.xml.m4 +++ b/share/thunar-custom-actions/system-uca/pdf.xml.m4 @@ -11,14 +11,9 @@ include(tuca.m4)dnl TUCA_CMD(dnl ORIENTATION="$(dnl (dnl - echo TRUE;dnl echo TUCA_TRANSLATE(Portrait);dnl - echo FALSE;dnl echo TUCA_TRANSLATE(Landscape);dnl ) | TUCA_ZENITY() --list dnl - --print-column=2 dnl - --radiolist dnl - --column="" dnl --column="TUCA_TRANSLATE(Orientation)" dnl --text="TUCA_TRANSLATE(Choose an orientation for the PDF.)" dnl --title="TUCA_TRANSLATE(PDF orientation)")"; dnl