aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-02-20 10:08:19 -0600
committerTed Gould <ted@gould.cx>2014-02-20 10:08:19 -0600
commit45e7973d2a058819d6b563160cb2261667b40907 (patch)
tree9f274ebf2a0523bd2f7e910739a5246a42a0d8b2
parentd75744cc260d74e7ef010ca355b4051496a8ed9b (diff)
downloadayatana-indicator-printers-45e7973d2a058819d6b563160cb2261667b40907.tar.gz
ayatana-indicator-printers-45e7973d2a058819d6b563160cb2261667b40907.tar.bz2
ayatana-indicator-printers-45e7973d2a058819d6b563160cb2261667b40907.zip
Cut and paste errors
-rw-r--r--data/Makefile.am2
-rw-r--r--data/indicator-printers.conf.in4
-rw-r--r--data/indicator-printers.desktop.in4
-rw-r--r--data/upstart/indicator-printers.desktop.in4
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