diff --git a/ChangeLog b/ChangeLog index 8033ec5dff..903b50f45d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Oct 24 07:41:40 1999 Tim Janik + + * gtk/gtkclist.c (real_undo_selection): commented out g_print() + statement upon unselection (how the heck did that slip in?). + Sat Oct 23 03:03:08 1999 Tim Janik * gtk/gtktext.c (gtk_text_freeze): diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 8033ec5dff..903b50f45d 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +Sun Oct 24 07:41:40 1999 Tim Janik + + * gtk/gtkclist.c (real_undo_selection): commented out g_print() + statement upon unselection (how the heck did that slip in?). + Sat Oct 23 03:03:08 1999 Tim Janik * gtk/gtktext.c (gtk_text_freeze): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8033ec5dff..903b50f45d 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Sun Oct 24 07:41:40 1999 Tim Janik + + * gtk/gtkclist.c (real_undo_selection): commented out g_print() + statement upon unselection (how the heck did that slip in?). + Sat Oct 23 03:03:08 1999 Tim Janik * gtk/gtktext.c (gtk_text_freeze): diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 8033ec5dff..903b50f45d 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Sun Oct 24 07:41:40 1999 Tim Janik + + * gtk/gtkclist.c (real_undo_selection): commented out g_print() + statement upon unselection (how the heck did that slip in?). + Sat Oct 23 03:03:08 1999 Tim Janik * gtk/gtktext.c (gtk_text_freeze): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 8033ec5dff..903b50f45d 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Sun Oct 24 07:41:40 1999 Tim Janik + + * gtk/gtkclist.c (real_undo_selection): commented out g_print() + statement upon unselection (how the heck did that slip in?). + Sat Oct 23 03:03:08 1999 Tim Janik * gtk/gtktext.c (gtk_text_freeze): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 8033ec5dff..903b50f45d 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Sun Oct 24 07:41:40 1999 Tim Janik + + * gtk/gtkclist.c (real_undo_selection): commented out g_print() + statement upon unselection (how the heck did that slip in?). + Sat Oct 23 03:03:08 1999 Tim Janik * gtk/gtktext.c (gtk_text_freeze): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 8033ec5dff..903b50f45d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Sun Oct 24 07:41:40 1999 Tim Janik + + * gtk/gtkclist.c (real_undo_selection): commented out g_print() + statement upon unselection (how the heck did that slip in?). + Sat Oct 23 03:03:08 1999 Tim Janik * gtk/gtktext.c (gtk_text_freeze): diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c index d0832aeff3..f8337bcc4e 100644 --- a/gtk/gtkclist.c +++ b/gtk/gtkclist.c @@ -3876,7 +3876,7 @@ real_undo_selection (GtkCList *clist) for (work = clist->undo_unselection; work; work = work->next) { - g_print ("unselect %d\n",GPOINTER_TO_INT (work->data)); + /* g_print ("unselect %d\n",GPOINTER_TO_INT (work->data)); */ gtk_signal_emit (GTK_OBJECT (clist), clist_signals[UNSELECT_ROW], GPOINTER_TO_INT (work->data), -1, NULL); }