summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-01-19 15:12:58 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-01-19 15:12:58 +0000
commit0a5c5516d843954ab316044c1f6a2e22f1824440 (patch)
treea09c555530270765026cd38e74cb9a8889667e8c /gtk/gtkcalendar.c
parent19a056cc4ec6a9a0351d3bd3d8a5e4810748e0df (diff)
downloadgtk+-0a5c5516d843954ab316044c1f6a2e22f1824440.tar.gz
fix build breakage
svn path=/trunk/; revision=17193
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r--gtk/gtkcalendar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index ede76c9254..1b6f0f18e7 100644
--- a/gtk/gtkcalendar.c
+++ b/gtk/gtkcalendar.c
@@ -2769,7 +2769,6 @@ gtk_calendar_key_press (GtkWidget *widget,
old_focus_row = calendar->focus_row;
old_focus_col = calendar->focus_col;
- g_print ("focus %d %d\n", old_focus_row, old_focus_col));
switch (event->keyval)
{
case GDK_KP_Left: