summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2009-09-15 14:40:23 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2009-09-15 14:40:23 -0400
commitb297120d97cd98ff5d5fe02825e1c2668c3d6bff (patch)
treeab860d621d23964ae01018243109f34926e9b49a
parent2b5e249dd1e357447dcd9454b3d5a03df25c8632 (diff)
downloadsound-theme-freedesktop-b297120d97cd98ff5d5fe02825e1c2668c3d6bff.tar.gz
simplify the dialog sounds
Move the dialog-question to dialog-information and make the others direct to dialog-warning.
-rw-r--r--CREDITS3
-rw-r--r--stereo/Makefile.am9
-rw-r--r--stereo/dialog-error.ogabin43944 -> 0 bytes
-rw-r--r--stereo/dialog-information.ogabin8414 -> 5666 bytes
-rw-r--r--stereo/dialog-question.ogabin5666 -> 0 bytes
-rw-r--r--stereo/window-attention.ogabin13220 -> 0 bytes
6 files changed, 6 insertions, 6 deletions
diff --git a/CREDITS b/CREDITS
index 93bc219..dbfd032 100644
--- a/CREDITS
+++ b/CREDITS
@@ -61,11 +61,8 @@ power-unplug
network-connectivity-established
network-connectivity-lost
message
-dialog-error
dialog-information
-dialog-question
dialog-warning
-window-attention
Copyright: Ivica Bukvic
URL: http://gnome-look.org/content/show.php/%22Borealis%22+sound+theme?content=12584
License: CC-BY-SA
diff --git a/stereo/Makefile.am b/stereo/Makefile.am
index 707997e..65ca848 100644
--- a/stereo/Makefile.am
+++ b/stereo/Makefile.am
@@ -22,9 +22,7 @@ sound_DATA = \
desktop-logout.oga \
device-added.oga \
device-removed.oga \
- dialog-error.oga \
dialog-information.oga \
- dialog-question.oga \
dialog-warning.oga \
message.oga \
message-new-instant.oga \
@@ -35,7 +33,6 @@ sound_DATA = \
service-logout.oga \
suspend-error.oga \
trash-empty.oga \
- window-attention.oga \
$(NULL)
install-data-hook:
@@ -49,6 +46,12 @@ install-data-hook:
$(LN_S) device-removed.oga $(DESTDIR)$(sounddir)/network-connectivity-lost.oga
-rm -f $(DESTDIR)$(sounddir)/screen-capture.oga
$(LN_S) camera-shutter.oga $(DESTDIR)$(sounddir)/screen-capture.oga
+ -rm -f $(DESTDIR)$(sounddir)/dialog-error.oga
+ $(LN_S) dialog-warning.oga $(DESTDIR)$(sounddir)/dialog-error.oga
+ -rm -f $(DESTDIR)$(sounddir)/window-attention.oga
+ $(LN_S) dialog-warning.oga $(DESTDIR)$(sounddir)/window-attention.oga
+ -rm -f $(DESTDIR)$(sounddir)/window-question.oga
+ $(LN_S) dialog-warning.oga $(DESTDIR)$(sounddir)/window-question.oga
EXTRA_DIST = \
$(sound_DATA) \
diff --git a/stereo/dialog-error.oga b/stereo/dialog-error.oga
deleted file mode 100644
index 2b65a08..0000000
--- a/stereo/dialog-error.oga
+++ /dev/null
Binary files differ
diff --git a/stereo/dialog-information.oga b/stereo/dialog-information.oga
index f06200b..ddbf700 100644
--- a/stereo/dialog-information.oga
+++ b/stereo/dialog-information.oga
Binary files differ
diff --git a/stereo/dialog-question.oga b/stereo/dialog-question.oga
deleted file mode 100644
index ddbf700..0000000
--- a/stereo/dialog-question.oga
+++ /dev/null
Binary files differ
diff --git a/stereo/window-attention.oga b/stereo/window-attention.oga
deleted file mode 100644
index e9ac920..0000000
--- a/stereo/window-attention.oga
+++ /dev/null
Binary files differ