[hamster-applet] updated name of the desktop file we're looking for



commit eb4b817ca9d7f26cd0c0335e2b783bc99ea1ddb6
Author: Toms Bauģis <toms baugis gmail com>
Date:   Wed Jul 21 13:14:26 2010 +0100

    updated name of the desktop file we're looking for

 src/docky_control/hamster_control.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/docky_control/hamster_control.py b/src/docky_control/hamster_control.py
index 7531047..708e5a0 100755
--- a/src/docky_control/hamster_control.py
+++ b/src/docky_control/hamster_control.py
@@ -97,7 +97,7 @@ class DockyHamsterItem(DockyItem):
 
 class DockyHamsterSink(DockySink):
     def item_path_found(self, pathtoitem, item):
-        if item.GetOwnsDesktopFile() and item.GetDesktopFile().endswith("hamster-standalone.desktop"):
+        if item.GetOwnsDesktopFile() and item.GetDesktopFile().endswith("hamster-time-tracker.desktop"):
             self.items[pathtoitem] = DockyHamsterItem(pathtoitem)
 
 dockysink = DockyHamsterSink()



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