[monkey-bubble: 8/753] Minor portability fixes from Bruce Perens. - tromey cygnus com



commit dacccd5794e5c059947c87a0131867967a40734c
Author: Tom Tromey <tromey src gnome org>
Date:   Thu Dec 11 00:49:56 1997 +0000

    Minor portability fixes from Bruce Perens.
      - tromey cygnus com

 libgnomeui/gnome-properties.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnomeui/gnome-properties.c b/libgnomeui/gnome-properties.c
index 29ee9d3..382dc11 100644
--- a/libgnomeui/gnome-properties.c
+++ b/libgnomeui/gnome-properties.c
@@ -54,7 +54,7 @@ gnome_property_configurator_request (GnomePropertyConfigurator *th,
 		  gtk_notebook_current_page (GTK_NOTEBOOK (th->notebook)))->data);
 
 
-	// printf ("request %d %x\n", gtk_notebook_current_page (th->notebook), cb);
+	/* printf ("request %d %x\n", gtk_notebook_current_page (th->notebook), cb); */
 
 	if (cb)
 		return (*cb) (r);



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