[Xfce4-commits] <xfce4-notifyd:master> Fix mistake in commit 8b34ed09.

Nick Schermer noreply at xfce.org
Thu Sep 8 17:14:01 CEST 2011


Updating branch refs/heads/master
         to c032013769ee860309d3d8821bbea4ed284e45b0 (commit)
       from 7508520482092623f36738d2b61c4323f40f6e06 (commit)

commit c032013769ee860309d3d8821bbea4ed284e45b0
Author: Nick Schermer <nick at xfce.org>
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


More information about the Xfce4-commits mailing list