annotate share/sounds/Makefile.am @ 28979:c31707e63726

Fix reset-formatting for some cases. When 'wbfo' (whole buffer formatting only) is set for an imhtml: - always reset formatting of all the text in the imhtml When 'wbfo' is not set: - if some text is selected, reset formatting for the selected text - if no text is selected, reset formatting for the current location (insert) only, and leave the rest of the text alone. We were doing this last thing wrong. Fixes #4499.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 20 Nov 2009 08:02:10 +0000
parents 4c26b23e7859
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19115
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
1 soundsdir = $(datadir)/sounds/purple
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
2 sounds_DATA = \
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
3 alert.wav \
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
4 login.wav \
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
5 logout.wav \
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
6 receive.wav \
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
7 send.wav
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
8
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
9 EXTRA_DIST = \
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
10 Makefile.mingw \
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
11 $(sounds_DATA)
Eric Polino <aluink@pidgin.im>
parents:
diff changeset
12