commit e65e0bf1fbfd4f05f76c2625644045421c91af61
parent d501a645afee5fe12aa73330d6e98d3e8056cd73
Author: Dan Callaghan <djc@djc.id.au>
Date: Sat, 6 Nov 2010 17:04:41 +1000
fix memory error
Based on mail-notification-5.4-weak.patch from Fedora:
http://pkgs.fedoraproject.org/gitweb/?p=mail-notification.git;a=blob;f=mail-notification-5.4-weak.patch;h=2e2a233aab20707b43656d0c46c97ae326b2658b;hb=0a002ddd116bd02343a4f9bbf4d0efdf594557ee
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/mn-shell.gob b/src/mn-shell.gob
@@ -502,6 +502,7 @@ class MN:Shell from G:Object
Self *self = user_data;
/* The Notification Area applet has been terminated. Recreate the icon. */
+ mn_remove_weak_pointer(&self->icon);
self_init_icon(self);
}