mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
- Bring patches from Fedora PR: ports/156982 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer)
11 lines
408 B
Text
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"
|