~ubuntu-branches/ubuntu/trusty/lxpanel/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/local/source_lxpanel.py

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne, Matthieu Baerts (matttbe)
  • Date: 2012-07-15 13:00:20 UTC
  • Revision ID: package-import@ubuntu.com-20120715130020-f7fh0k9992il1rfz
Tags: 0.5.10-1ubuntu2
* debian/patches: Refresh all patches.

[ Matthieu Baerts (matttbe) ]
* debian/local/source_lxpanel.py:
 - Update apport hook for python3 ; thanks to Edward Donovan (LP: #1013171) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
session = os.environ['DESKTOP_SESSION']
24
24
 
25
25
#If it's not Lubuntu or LXDE, fallback to default location
26
 
if session <> "Lubuntu" and session <> "LXDE":
 
26
if session != "Lubuntu" and session != "LXDE":
27
27
    session = "default"
28
28
 
29
29
#Set location of various configuration files