~ubuntu-branches/ubuntu/maverick/coherence/maverick

« back to all changes in this revision

Viewing changes to misc/Desktop-Applet/applet-coherence

  • Committer: Bazaar Package Importer
  • Author(s): Charlie Smotherman
  • Date: 2010-06-30 22:43:12 UTC
  • mfrom: (3.2.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100630224312-0yfxnxrmtcjd0n2c
Tags: 0.6.6.2-5
* debian/rules made use of ${CURDIR} variable in remove statement.
* debian/install added README install statement. Closes: #572801
* Removed debian/coherence.docs as it was not installing README into 
  /usr/share/doc/python-coherence/.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
# this ../.. is evil, I know :-(
36
36
# there must be a better way
37
37
if not os.path.exists(icon):
38
 
    icon = "/usr/share/icons/coherence/tango-system-file-manager.png"
 
38
    icon = "/usr/share/pyshared/misc/Desktop-Applet/tango-system-file-manager.png"
39
39
 
40
40
from PyQt4.QtGui import *
41
41
from PyQt4.QtCore import *