qa-test-day: Remove reference to deleted favorite.

This commit is contained in:
Bruno Wolff III 2011-04-09 16:10:18 -05:00
parent 0b9063fdad
commit 07e9368347
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ EOF
# be another way to do this.)
cat << EOF > /usr/share/glib-2.0/schemas/org.gnome.shell.qa-testday.gschema.override
[org.gnome.shell]
favorite-apps=['mozilla-firefox.desktop', 'nautilus.desktop', 'testday-wiki.desktop', 'testday-irc.desktop', 'gnome-terminal.desktop']
favorite-apps=['mozilla-firefox.desktop', 'nautilus.desktop', 'testday-irc.desktop', 'gnome-terminal.desktop']
EOF
glib-compile-schemas /usr/share/glib-2.0/schemas/
%end