[nautilus-actions] Remove debug message on key pressed



commit 9662303be03162c979eee40ac6071a1b19ab007b
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Jul 2 21:31:12 2009 +0200

    Remove debug message on key pressed

 src/nact/nact-iactions-list.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nact/nact-iactions-list.c b/src/nact/nact-iactions-list.c
index f89ba22..275ac3f 100644
--- a/src/nact/nact-iactions-list.c
+++ b/src/nact/nact-iactions-list.c
@@ -349,8 +349,8 @@ v_on_button_press_event( GtkWidget *widget, GdkEventButton *event, gpointer user
 static gboolean
 v_on_key_press_event( GtkWidget *widget, GdkEventKey *event, gpointer user_data )
 {
-	static const gchar *thisfn = "nact_iactions_list_v_on_key_pres_event";
-	g_debug( "%s: widget=%p, event=%p, user_data=%p", thisfn, widget, event, user_data );
+	/*static const gchar *thisfn = "nact_iactions_list_v_on_key_pres_event";
+	g_debug( "%s: widget=%p, event=%p, user_data=%p", thisfn, widget, event, user_data );*/
 
 	g_assert( NACT_IS_IACTIONS_LIST( user_data ));
 	g_assert( NACT_IS_WINDOW( user_data ));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]