Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=fun.git;a=commitdiff;h=d415e6b6ab327f7e3cf3291383cbc6a785786352
commit d415e6b6ab327f7e3cf3291383cbc6a785786352
Author: Priyank <[EMAIL PROTECTED]>
Date: Thu Dec 20 01:09:18 2007 +0530
fun-tooltip: fun_tooltip_destroy(): uninitialize libnotify
diff --git a/src/fun-tooltip.c b/src/fun-tooltip.c
index fa7e860..cc17dc7 100644
--- a/src/fun-tooltip.c
+++ b/src/fun-tooltip.c
@@ -66,6 +66,8 @@ void fun_tooltip_show (GtkStatusIcon *icon,
NotifyNotification *tooltip)
void fun_tooltip_destroy (NotifyNotification *tooltip)
{
g_object_unref (tooltip);
+ notify_uninit ();
+ tooltip = NULL;
return;
}
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git