mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
7d6d52860e
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
390 B
Diff
11 lines
390 B
Diff
--- wmnotify.c 2014-01-28 10:12:15.000000000 -0200
|
|
+++ wmnotify.c.new 2014-01-28 10:12:15.000000000 -0200
|
|
@@ -285,7 +285,7 @@
|
|
{
|
|
if( animation_image == MAILBOX_FULL ) {
|
|
DisplayOpenedFullMailbox();
|
|
- animation_image = MAILBOX_CLOSED;
|
|
+ animation_image = MAILBOX_FULL;
|
|
if( wmnotify_infos.debug ) {
|
|
printf( "%s: NewMailAnimation() MAILBOX_FULL.\n", PACKAGE );
|
|
}
|