diff options
author | Ted Gould <ted@canonical.com> | 2009-08-07 18:50:32 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-07 18:50:32 +0100 |
commit | 40540252b3cdc7ebb27f8d8c1bced166a12ba23c (patch) | |
tree | 1a88c6d1796f36da7fb53c1068b772247e97e337 /data | |
parent | 721b0f9ae27da0727faec06a0add00a384714999 (diff) | |
parent | 3a8b5caef72bd16f0fb4da9bb4b27b7c8b95f16e (diff) | |
download | libayatana-indicator-40540252b3cdc7ebb27f8d8c1bced166a12ba23c.tar.gz libayatana-indicator-40540252b3cdc7ebb27f8d8c1bced166a12ba23c.tar.bz2 libayatana-indicator-40540252b3cdc7ebb27f8d8c1bced166a12ba23c.zip |
Renaming the second Bonobo server description file to match that
of the FastUserSwitchApplet.
Diffstat (limited to 'data')
-rw-r--r-- | data/GNOME_FastUserSwitchApplet.server.in.in (renamed from data/GNOME_IndicatorAppletSUS.server.in.in) | 0 | ||||
-rw-r--r-- | data/Makefile.am | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/GNOME_IndicatorAppletSUS.server.in.in b/data/GNOME_FastUserSwitchApplet.server.in.in index 388713b..388713b 100644 --- a/data/GNOME_IndicatorAppletSUS.server.in.in +++ b/data/GNOME_FastUserSwitchApplet.server.in.in diff --git a/data/Makefile.am b/data/Makefile.am index c94932d..0908bb0 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -8,7 +8,7 @@ serverdir = \ $(libdir)/bonobo/servers server_in_files = \ GNOME_IndicatorApplet.server.in \ - GNOME_IndicatorAppletSUS.server.in + GNOME_FastUserSwitchApplet.server.in server_DATA = \ $(server_in_files:.server.in=.server) @@ -68,7 +68,7 @@ CLEANFILES = \ EXTRA_DIST = \ $(icons_DATA) \ GNOME_IndicatorApplet.server.in.in \ - GNOME_IndicatorAppletSUS.server.in.in \ + GNOME_FastUserSwitchApplet.server.in.in \ $(schema_in_files) MAINTAINERCLEANFILES = \ |