mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
12 lines
390 B
Diff
12 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 );
|
||
|
}
|