[kupfer] thunar: Remove unimplemented action and small cleanup



commit 1b562678f04ee48e0e57a639b3e5a38fc1f41028
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Mon Feb 8 11:09:42 2010 +0100

    thunar: Remove unimplemented action and small cleanup

 kupfer/plugin/thunar.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/kupfer/plugin/thunar.py b/kupfer/plugin/thunar.py
index 52e9d2a..4bea653 100644
--- a/kupfer/plugin/thunar.py
+++ b/kupfer/plugin/thunar.py
@@ -3,7 +3,6 @@ __kupfer_sources__ = ("ThunarObjects", )
 __kupfer_actions__ = (
 	"Reveal",
 	"GetInfo",
-	"MoveToTrash",
 )
 __description__ = _("File manager Thunar actions")
 __version__ = ""
@@ -13,14 +12,12 @@ import os
 
 import dbus
 import gio
-import glib
 
 from kupfer.objects import Leaf, Action, Source
 from kupfer.objects import FileLeaf, RunnableLeaf, SourceLeaf
 from kupfer.obj.apps import AppLeafContentMixin
 from kupfer import pretty
 from kupfer import plugin_support
-from kupfer.weaklib import gobject_connect_weakly
 
 
 plugin_support.check_dbus_connection()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]