Updating branch refs/heads/master
to c032013769ee860309d3d8821bbea4ed284e45b0 (commit)
from 7508520482092623f36738d2b61c4323f40f6e06 (commit)
commit c032013769ee860309d3d8821bbea4ed284e45b0
Author: Nick Schermer <[email protected]>
Date: Thu Sep 8 17:11:27 2011 +0200
Fix mistake in commit 8b34ed09.
The idle kept running, causing 100% cpu usage.
xfce4-notifyd/xfce-notify-daemon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xfce4-notifyd/xfce-notify-daemon.c
b/xfce4-notifyd/xfce-notify-daemon.c
index 44eb24b..3c02712 100644
--- a/xfce4-notifyd/xfce-notify-daemon.c
+++ b/xfce4-notifyd/xfce-notify-daemon.c
@@ -869,7 +869,7 @@ static gboolean
notify_show_window(gpointer window)
{
gtk_widget_show(GTK_WIDGET(window));
- return TRUE;
+ return FALSE;
}
static gboolean
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits