[Xfce4-commits] [xfce/xfce4-appfinder] 03/03: Use APPFINDER_DEBUG instead of g_printf
noreply at xfce.org
noreply at xfce.org
Thu Jan 4 04:11:31 CET 2018
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-appfinder.
commit 14739801974b3d72429ba4df395243e1e0fbfbdf
Author: Andre Miranda <andreldm at xfce.org>
Date: Thu Jan 4 00:02:25 2018 -0300
Use APPFINDER_DEBUG instead of g_printf
---
src/appfinder-window.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/appfinder-window.c b/src/appfinder-window.c
index 4fcd11c..2a8f6a9 100644
--- a/src/appfinder-window.c
+++ b/src/appfinder-window.c
@@ -1171,7 +1171,6 @@ xfce_appfinder_window_entry_changed_idle (gpointer data)
GdkPixbuf *pixbuf;
gchar *normalized;
-
text = gtk_entry_get_text (GTK_ENTRY (window->entry));
if (gtk_widget_get_visible (window->paned))
@@ -1192,7 +1191,7 @@ xfce_appfinder_window_entry_changed_idle (gpointer data)
APPFINDER_DEBUG ("refilter entry");
gtk_tree_model_filter_refilter (GTK_TREE_MODEL_FILTER (window->filter_model));
- g_printf ("FILTER TEXT: %s\n", window->filter_text);
+ APPFINDER_DEBUG ("FILTER TEXT: %s\n", window->filter_text);
if (GTK_IS_TREE_VIEW (window->view))
gtk_tree_view_scroll_to_point (GTK_TREE_VIEW (window->view), 0, 0);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list