[Xfce4-commits] [apps/xfce4-taskmanager] 02/03: filter_entry_keyrelease_handler() is supposed to return a gboolean, make it return has_text

noreply at xfce.org noreply at xfce.org
Mon Dec 1 09:53:48 CET 2014


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository apps/xfce4-taskmanager.

commit ff69f4d3b398695c644578a13d0d29a3389522cc
Author: Landry Breuil <landry at xfce.org>
Date:   Mon Dec 1 09:49:51 2014 +0100

    filter_entry_keyrelease_handler() is supposed to return a gboolean, make it return has_text
---
 src/process-window.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/process-window.c b/src/process-window.c
index 99b292c..5244dc5 100644
--- a/src/process-window.c
+++ b/src/process-window.c
@@ -91,6 +91,7 @@ filter_entry_keyrelease_handler(GtkEntry *entry,
 	gtk_entry_set_icon_sensitive (GTK_ENTRY(entry),
 	                              GTK_ENTRY_ICON_SECONDARY,
 	                              has_text);
+	return has_text;
 }
 
 static void

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list