[kupfer] thunar: Use Thunar icon for hidden source, use info icon for properties
- From: Ulrik Sverdrup <usverdrup src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [kupfer] thunar: Use Thunar icon for hidden source, use info icon for properties
- Date: Tue, 22 Mar 2011 23:47:41 +0000 (UTC)
commit fd0ecd8ef02bcb4128cdba974b712011a503394f
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date: Wed Mar 23 00:45:22 2011 +0100
thunar: Use Thunar icon for hidden source, use info icon for properties
kupfer/plugin/thunar.py | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/kupfer/plugin/thunar.py b/kupfer/plugin/thunar.py
index d3c382f..da1d8f2 100644
--- a/kupfer/plugin/thunar.py
+++ b/kupfer/plugin/thunar.py
@@ -116,6 +116,9 @@ class GetInfo (Action):
def get_description(self):
return _("Show information about file in file manager")
+ def get_icon_name(self):
+ return "dialog-information"
+
class SendTo (Action):
""" Send files to selected app from "send to" list """
@@ -282,6 +285,9 @@ class ThunarObjects (AppLeafContentMixin, Source):
def provides(self):
yield RunnableLeaf
+ def get_icon_name(self):
+ return "Thunar"
+
class _SendToAppsSource (Source):
""" Send To items source """
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]