[totem] Fix the build by removing debug spew line



commit 6ea21ecd7832e4005feab062ea425b38da9bc8dd
Author: Christian Persch <chpe gnome org>
Date:   Sun Jun 14 16:04:07 2009 +0200

    Fix the build by removing debug spew line

 src/totem-video-list.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-video-list.c b/src/totem-video-list.c
index 716b4d4..2bf6c1f 100644
--- a/src/totem-video-list.c
+++ b/src/totem-video-list.c
@@ -351,7 +351,6 @@ row_activated_cb (GtkTreeView *tree_view, GtkTreePath *path, GtkTreeViewColumn *
 
 	if (play_video == FALSE)
 		goto finish;
-g_message ("row_activated_cb: model: %lu, path: %lu, MRL col: %u, tt col: %u", model, path, self->priv->mrl_column, self->priv->tooltip_column);
 
 	if (mrl != NULL)
 		totem_add_to_playlist_and_play (self->priv->totem, mrl, display_name, FALSE);



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