ports/mail/mail-notification/files/patch-56-weak
Pav Lucistnik d366466849 - Unbreak Evolution support
- Bring patches from Fedora

PR:		ports/156982
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer)
2011-06-23 12:07:38 +00:00

11 lines
408 B
Text

diff -Nrbu build/src/mn-shell.c build/src/mn-shell.c
--- build/src/mn-shell.c 2008-05-22 19:47:49.000000000 +0400
+++ build/src/mn-shell.c 2010-05-24 19:39:48.000000000 +0400
@@ -1008,6 +1008,7 @@
Self *self = user_data;
/* The Notification Area applet has been terminated. Recreate the icon. */
+ mn_remove_weak_pointer(&self->icon);
self_init_icon(self);
}}
#line 1014 "mn-shell.c"