diff options
author | Ted Gould <ted@gould.cx> | 2014-02-20 10:08:19 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-20 10:08:19 -0600 |
commit | 45e7973d2a058819d6b563160cb2261667b40907 (patch) | |
tree | 9f274ebf2a0523bd2f7e910739a5246a42a0d8b2 /data | |
parent | d75744cc260d74e7ef010ca355b4051496a8ed9b (diff) | |
download | ayatana-indicator-printers-45e7973d2a058819d6b563160cb2261667b40907.tar.gz ayatana-indicator-printers-45e7973d2a058819d6b563160cb2261667b40907.tar.bz2 ayatana-indicator-printers-45e7973d2a058819d6b563160cb2261667b40907.zip |
Cut and paste errors
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | data/indicator-printers.conf.in | 4 | ||||
-rw-r--r-- | data/indicator-printers.desktop.in | 4 | ||||
-rw-r--r-- | data/upstart/indicator-printers.desktop.in | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index de18ae7..51ed2dd 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -3,7 +3,7 @@ BUILT_SOURCES= CLEANFILES= EXTRA_DIST= -#SUBDIRS = upstart +SUBDIRS = upstart # # the upstart job file diff --git a/data/indicator-printers.conf.in b/data/indicator-printers.conf.in index 665fb35..1bd4e65 100644 --- a/data/indicator-printers.conf.in +++ b/data/indicator-printers.conf.in @@ -1,4 +1,4 @@ -description "Indicator Power Service" +description "Indicator Printers Service" start on indicator-services-start stop on desktop-end or indicator-services-end @@ -6,4 +6,4 @@ stop on desktop-end or indicator-services-end respawn respawn limit 2 10 -exec @pkglibexecdir@/indicator-power-service +exec @pkglibexecdir@/indicator-printers-service diff --git a/data/indicator-printers.desktop.in b/data/indicator-printers.desktop.in index 3b93d08..a4b6908 100644 --- a/data/indicator-printers.desktop.in +++ b/data/indicator-printers.desktop.in @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application -Name=Indicator Power -Exec=@pkglibexecdir@/indicator-power-service +Name=Indicator Printers +Exec=@pkglibexecdir@/indicator-printers-service OnlyShowIn=Unity; NoDisplay=true StartupNotify=false diff --git a/data/upstart/indicator-printers.desktop.in b/data/upstart/indicator-printers.desktop.in index 08ce2fa..8c011a9 100644 --- a/data/upstart/indicator-printers.desktop.in +++ b/data/upstart/indicator-printers.desktop.in @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application -Name=Indicator Power -Exec=@pkglibexecdir@/indicator-power-service +Name=Indicator Printers +Exec=@pkglibexecdir@/indicator-printers-service OnlyShowIn=Unity; NoDisplay=true StartupNotify=false |