[monkey-bubble: 71/753] First usable version of the GnomeEntry widget.



commit dd6b936ce3b78313a01da7999241e88445fd12e9
Author: Federico Mena Quintero <federico nuclecu unam mx>
Date:   Fri Feb 20 20:15:56 1998 +0000

    First usable version of the GnomeEntry widget.
    
    1998-02-20  Federico Mena Quintero  <federico nuclecu unam mx>
    
    	* gnome-entry.c: First usable version of the GnomeEntry widget.
    
    	* gnome-startup.c:
    	* gnome-client.c: Added #include <string.h>
    
    	* libgnomeui.h: Added gnome-entry.h to the includes list.
    
    	* Makefile.am: Added gnome-entry.{c,h}
    
    	* gnome-entry.c:
    	* gnome-entry.h: New Gnomentry widget -- entry field with
    	automagic history saving.
      Lines beginning with `CVS: ' are removed automatically

 libgnome/gnome-score.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libgnome/gnome-score.h b/libgnome/gnome-score.h
index 3e2490e..3182cbb 100644
--- a/libgnome/gnome-score.h
+++ b/libgnome/gnome-score.h
@@ -2,6 +2,7 @@
 #define __GNOME_SCORE_H__ 1
 
 #include <time.h>
+#include <glib.h>
 
 BEGIN_GNOME_DECLS
 /*



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