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?).
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user