[anjal] Remove a debug.



commit 55317565512b6b06a96f14fde95db546fe2deb31
Author: Srinivasa Ragavan <sragavan novell com>
Date:   Wed Jul 15 18:56:42 2009 +0530

    Remove a debug.

 src/mail-people-view.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/mail-people-view.c b/src/mail-people-view.c
index 7e57f5a..adfd98a 100644
--- a/src/mail-people-view.c
+++ b/src/mail-people-view.c
@@ -104,7 +104,6 @@ _entry_text_changed_cb (ClutterText  *text,
 static void
 mpv_size_alloc (GtkWidget *widget, GtkAllocation *allocation, MailPeopleView *mpv)
 {
-	printf("%d %d\n", allocation->width, allocation->height);
 	clutter_actor_set_size (mpv->priv->table, allocation->width-10, allocation->height-6);
 }
 



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