[Xfce4-commits] [apps/xfce4-taskmanager] 01/02: the "changed" callback should return void (#9856)
noreply at xfce.org
noreply at xfce.org
Wed Dec 3 09:16:38 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 66c00f1871e15b045d39649472bba2b4d9eeb9fb
Author: Landry Breuil <landry at xfce.org>
Date: Wed Dec 3 09:16:24 2014 +0100
the "changed" callback should return void (#9856)
---
src/process-window.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/process-window.c b/src/process-window.c
index a448650..0891fe6 100644
--- a/src/process-window.c
+++ b/src/process-window.c
@@ -79,7 +79,7 @@ filter_entry_icon_pressed_cb (GtkEntry *entry,
}
}
-static gboolean
+static void
filter_entry_keyrelease_handler(GtkEntry *entry,
XtmProcessTreeView *treeview)
{
@@ -93,7 +93,6 @@ 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