summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1999-10-24 06:27:11 +0000
committerTim Janik <timj@src.gnome.org>1999-10-24 06:27:11 +0000
commit703f17ec05b7fa151233fdadb8f80db2c2254e63 (patch)
tree6b0cb4bc72334d319f84902b2f6c55cd60a94ab6
parent3b3891191e9fe32d682a36e980aeaae16c33d2d2 (diff)
downloadgdk-pixbuf-703f17ec05b7fa151233fdadb8f80db2c2254e63.tar.gz
commented out g_print() statement upon unselection (how the heck did that
Sun Oct 24 07:41:40 1999 Tim Janik <timj@gtk.org> * gtk/gtkclist.c (real_undo_selection): commented out g_print() statement upon unselection (how the heck did that slip in?).
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-05
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-25
-rw-r--r--ChangeLog.pre-2-45
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--gtk/gtkclist.c2
8 files changed, 36 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8033ec5df..903b50f45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Oct 24 07:41:40 1999 Tim Janik <timj@gtk.org>
+
+ * 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 <timj@gtk.org>
* gtk/gtktext.c (gtk_text_freeze):
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 8033ec5df..903b50f45 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,8 @@
+Sun Oct 24 07:41:40 1999 Tim Janik <timj@gtk.org>
+
+ * 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 <timj@gtk.org>
* gtk/gtktext.c (gtk_text_freeze):
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 8033ec5df..903b50f45 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+Sun Oct 24 07:41:40 1999 Tim Janik <timj@gtk.org>
+
+ * 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 <timj@gtk.org>
* gtk/gtktext.c (gtk_text_freeze):
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 8033ec5df..903b50f45 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,8 @@
+Sun Oct 24 07:41:40 1999 Tim Janik <timj@gtk.org>
+
+ * 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 <timj@gtk.org>
* gtk/gtktext.c (gtk_text_freeze):
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 8033ec5df..903b50f45 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,8 @@
+Sun Oct 24 07:41:40 1999 Tim Janik <timj@gtk.org>
+
+ * 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 <timj@gtk.org>
* gtk/gtktext.c (gtk_text_freeze):
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 8033ec5df..903b50f45 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,8 @@
+Sun Oct 24 07:41:40 1999 Tim Janik <timj@gtk.org>
+
+ * 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 <timj@gtk.org>
* gtk/gtktext.c (gtk_text_freeze):
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 8033ec5df..903b50f45 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,8 @@
+Sun Oct 24 07:41:40 1999 Tim Janik <timj@gtk.org>
+
+ * 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 <timj@gtk.org>
* gtk/gtktext.c (gtk_text_freeze):
diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c
index d0832aeff..f8337bcc4 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);
}