diff options
Diffstat (limited to 'x11-misc/notification-daemon/files/notification-daemon-0.3.5-unrealize-in-destroy.patch')
-rw-r--r-- | x11-misc/notification-daemon/files/notification-daemon-0.3.5-unrealize-in-destroy.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-misc/notification-daemon/files/notification-daemon-0.3.5-unrealize-in-destroy.patch b/x11-misc/notification-daemon/files/notification-daemon-0.3.5-unrealize-in-destroy.patch deleted file mode 100644 index ed066e709d93..000000000000 --- a/x11-misc/notification-daemon/files/notification-daemon-0.3.5-unrealize-in-destroy.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- notification-daemon-0.3.5/src/daemon.c 2006/07/25 23:15:28 1.1 -+++ notification-daemon-0.3.5/src/daemon.c 2006/07/25 23:17:19 -@@ -658,6 +658,9 @@ _remove_bubble_from_poptart_stack(GtkWin - priv->poptart_stack = g_slist_remove_link(priv->poptart_stack, - remove_link); - } -+ -+ if (GTK_WIDGET_REALIZED (GTK_WIDGET (nw))) -+ gtk_widget_unrealize (GTK_WIDGET (nw)); - } - - static void |