~ubuntu-branches/ubuntu/vivid/blackbox/vivid

« back to all changes in this revision

Viewing changes to lib/XDG.cc

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-12-11 23:18:52 UTC
  • Revision ID: james.westby@ubuntu.com-20071211231852-ogv8dcho4sa9lpan
Tags: 0.70.1-2ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - Update maintainer fields according to debian-maintainer-field spec.
  - Use dh_icons

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "XDG.hh"
27
27
 
28
28
#include <stdlib.h>
29
 
 
 
29
#include <algorithm>
30
30
 
31
31
// make sure directory names end with a slash
32
32
static std::string terminateDir(const std::string &string)