Skip to content

Commit

Permalink
Update nickname
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed Sep 26, 2016
1 parent ec66b86 commit e591156
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: d
matrix:
allow_failures:
- d: gdc-4.9.2
- d: ldc-0.16.1
include:
- d: dmd-2.069.2
env: USE_DOVERALLS=true
- d: gdc-4.9.2
- d: ldc-0.16.1

script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

D library for working with *.desktop* files. Desktop entries in Freedesktop world are akin to shortcuts from Windows world (.lnk files).

[![Build Status](https://travis-ci.org/MyLittleRobo/desktopfile.svg?branch=master)](https://travis-ci.org/MyLittleRobo/desktopfile) [![Coverage Status](https://coveralls.io/repos/MyLittleRobo/desktopfile/badge.svg?branch=master&service=github)](https://coveralls.io/github/MyLittleRobo/desktopfile?branch=master)
[![Build Status](https://travis-ci.org/FreeSlave/desktopfile.svg?branch=master)](https://travis-ci.org/FreeSlave/desktopfile) [![Coverage Status](https://coveralls.io/repos/FreeSlave/desktopfile/badge.svg?branch=master&service=github)](https://coveralls.io/github/FreeSlave/desktopfile?branch=master)

[Online documentation](https://mylittlerobo.github.io/d-freedesktop/docs/desktopfile.html)

Expand Down
4 changes: 2 additions & 2 deletions source/desktopfile/file.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Class representation of desktop file.
* Authors:
* $(LINK2 https://github.com/MyLittleRobo, Roman Chistokhodov)
* $(LINK2 https://github.com/FreeSlave, Roman Chistokhodov)
* Copyright:
* Roman Chistokhodov, 2015-2016
* License:
Expand Down Expand Up @@ -330,7 +330,7 @@ final class DesktopEntry : IniLikeGroup
* Returns: The value associated with "Icon" key.
* Note: This function returns Icon as it's defined in .desktop file.
* It does not provide any lookup of actual icon file on the system if the name if not an absolute path.
* To find the path to icon file refer to $(LINK2 http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html, Icon Theme Specification) or consider using $(LINK2 https://github.com/MyLittleRobo/icontheme, icontheme library).
* To find the path to icon file refer to $(LINK2 http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html, Icon Theme Specification) or consider using $(LINK2 https://github.com/FreeSlave/icontheme, icontheme library).
*/
@safe string iconName() const nothrow pure {
return readEntry("Icon");
Expand Down
2 changes: 1 addition & 1 deletion source/desktopfile/package.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Reading, writing and executing .desktop file
* Authors:
* $(LINK2 https://github.com/MyLittleRobo, Roman Chistokhodov)
* $(LINK2 https://github.com/FreeSlave, Roman Chistokhodov)
* Copyright:
* Roman Chistokhodov, 2015
* License:
Expand Down
2 changes: 1 addition & 1 deletion source/desktopfile/paths.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Getting applications paths where desktop files are stored.
*
* Authors:
* $(LINK2 https://github.com/MyLittleRobo, Roman Chistokhodov)
* $(LINK2 https://github.com/FreeSlave, Roman Chistokhodov)
* Copyright:
* Roman Chistokhodov, 2015-2016
* License:
Expand Down
2 changes: 1 addition & 1 deletion source/desktopfile/utils.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Utility functions for reading and executing desktop files.
* Authors:
* $(LINK2 https://github.com/MyLittleRobo, Roman Chistokhodov)
* $(LINK2 https://github.com/FreeSlave, Roman Chistokhodov)
* Copyright:
* Roman Chistokhodov, 2015-2016
* License:
Expand Down

0 comments on commit e591156

Please sign in to comment.