diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-11-24 16:36:23 +0000 | 
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-11-24 16:36:23 +0000 | 
| commit | 56f5f65c0b2d6d26e84093ab862c14eb739eeafc (patch) | |
| tree | a52e1f5d0dc13b64e01f570f4aac5ae29d45210e /tests/data | |
| parent | 18a2ffdb97cf337512deddbbd527288a76665270 (diff) | |
- Add support for paths in favorites like "/foo"
- Add support for saving paths i.e. if you save /home/njpatel/Desktop/foo.desktop and it obviously isn't in a XDG_DATA_DIR we don't convert it to a desktop id and rather save the path entirely. - Fix AddFavorite to honour the position properly - Allow sending -1 to AddFavorite so it can append the favorite to the end of the list - Add Tests (bzr r620.1.1)
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/update-manager.desktop | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/data/update-manager.desktop b/tests/data/update-manager.desktop new file mode 100644 index 000000000..5f9f3a64f --- /dev/null +++ b/tests/data/update-manager.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Update Manager +GenericName=Software Updates +Comment=Show and install available updates +Exec=/usr/bin/update-manager +Icon=update-manager +Terminal=false +Type=Application +Categories=System;Settings; +X-Ubuntu-Gettext-Domain=update-manager  | 
