From e2f075dae83bcba7697c5ccc4c3e4090525b7a06 Mon Sep 17 00:00:00 2001 From: laharah Date: Fri, 22 Jul 2016 14:41:35 -0700 Subject: [PATCH] removed expression test button from rename dialog redundant with dry run button --- filebottool/data/rename.glade | 22 ---------------------- setup.py | 2 +- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/filebottool/data/rename.glade b/filebottool/data/rename.glade index 7060803..7678fec 100644 --- a/filebottool/data/rename.glade +++ b/filebottool/data/rename.glade @@ -209,28 +209,6 @@ 0 - - - True - True - True - True - Test format Expression - - - - True - False - gtk-ok - - - - - False - False - 1 - - 1 diff --git a/setup.py b/setup.py index 7bd7498..fd6ef3b 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ __plugin_name__ = "FileBotTool" __author__ = "laharah" __author_email__ = "laharah+fbt@gmail.com" -__version__ = "0.9.3" +__version__ = "0.9.4" __url__ = "https://github.com/Laharah/deluge-FileBotTool" __license__ = "GPLv3" __description__ = "Integrates FileBot functionality to Deluge"