[dw-free] Import mood themes
[commit: http://hg.dwscoalition.org/dw-free/rev/854b69496b9d]
http://bugs.dwscoalition.org/show_bug.cgi?id=102
Space in "pissed off" image filename was causing problems.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=102
Space in "pissed off" image filename was causing problems.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/moods.dat
- htdocs/img/mood/pastelsmilies/pissed
- htdocs/img/mood/pastelsmilies/pissed_off.gif
- off.gif
-------------------------------------------------------------------------------- diff -r 91412762329c -r 854b69496b9d bin/upgrading/moods.dat --- a/bin/upgrading/moods.dat Wed Mar 18 00:25:57 2009 +0800 +++ b/bin/upgrading/moods.dat Wed Mar 18 00:34:39 2009 +0800 @@ -544,7 +544,7 @@ 58 /img/mood/pastelsmilies/peaceful.gif 58 /img/mood/pastelsmilies/peaceful.gif 20 20 73 /img/mood/pastelsmilies/pensive.gif 20 20 71 /img/mood/pastelsmilies/pessimistic.gif 20 20 -24 /img/mood/pastelsmilies/pissed off.gif 20 20 +24 /img/mood/pastelsmilies/pissed_off.gif 20 20 109 /img/mood/pastelsmilies/pleased.gif 20 20 118 /img/mood/pastelsmilies/predatory.gif 20 20 89 /img/mood/pastelsmilies/productive.gif 20 20 diff -r 91412762329c -r 854b69496b9d htdocs/img/mood/pastelsmilies/pissed off.gif Binary file htdocs/img/mood/pastelsmilies/pissed off.gif has changed diff -r 91412762329c -r 854b69496b9d htdocs/img/mood/pastelsmilies/pissed_off.gif Binary file htdocs/img/mood/pastelsmilies/pissed_off.gif has changed --------------------------------------------------------------------------------