slackbuilds_ponce/network/wmnotify/wmnotify.patch

12 lines
390 B
Diff
Raw Normal View History

--- 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 );
}