[kupfer] gnome_terminal: Use terminal icon for the content source



commit d4b9633e587ca9ac3437983a940c1605bb2d07ce
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Thu Apr 7 05:48:02 2011 +0200

    gnome_terminal: Use terminal icon for the content source

 kupfer/plugin/gnome_terminal.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/kupfer/plugin/gnome_terminal.py b/kupfer/plugin/gnome_terminal.py
index 0f8d86e..a3da9b5 100644
--- a/kupfer/plugin/gnome_terminal.py
+++ b/kupfer/plugin/gnome_terminal.py
@@ -69,6 +69,9 @@ class SessionsSource(ApplicationSource):
 	def should_sort_lexically(self):
 		return True
 
+	def get_icon_name(self):
+		return "terminal"
+
 	def provides(self):
 		yield Terminal
 



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