Skip to content

Commit

Permalink
removed expression test button from rename dialog
Browse files Browse the repository at this point in the history
redundant with dry run button
  • Loading branch information
Laharah committed Jul 22, 2016
1 parent a275fae commit e2f075d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions filebottool/data/rename.glade
Expand Up @@ -209,28 +209,6 @@
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="test_format_string">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="has_tooltip">True</property>
<property name="tooltip" translatable="yes">Test format Expression</property>
<signal name="clicked" handler="on_test_format_expression" swapped="no"/>
<child>
<widget class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="stock">gtk-ok</property>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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"
Expand Down

0 comments on commit e2f075d

Please sign in to comment.