[monkey-bubble: 704/753] Updated for change to GNOME_CLASS_BOILERPLATE.



commit cdbdfc141839a443d83170236f5716f6b96146a6
Author: Darin Adler <darin src gnome org>
Date:   Tue Nov 13 00:29:43 2001 +0000

    Updated for change to GNOME_CLASS_BOILERPLATE.
    
    	* gnome-about.c:
    	* gnome-app.c:
    	* gnome-appbar.c:
    	* gnome-client.c:
    	* gnome-color-picker.c:
    	* gnome-dateedit.c:
    	* gnome-druid-page-edge.c:
    	* gnome-druid-page-standard.c:
    	* gnome-druid-page.c:
    	* gnome-druid.c:
    	* gnome-font-picker.c:
    	* gnome-href.c:
    	* gnome-icon-entry.c:
    	* gnome-icon-list.c:
    	* gnome-icon-sel.c:
    	* gnome-mdi-child.c:
    	* gnome-mdi-generic-child.c:
    	* gnome-mdi.c:
    	* gnome-messagebox.c:
    	* gnome-pixmap-entry.c:
    	* gnome-pixmap.c:
    	* gnome-propertybox.c:
    	* gnome-scores.c:
    	Updated for change to GNOME_CLASS_BOILERPLATE.

 libgnomeui/gnome-scores.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/libgnomeui/gnome-scores.c b/libgnomeui/gnome-scores.c
index 033cbb8..4c6a20c 100644
--- a/libgnomeui/gnome-scores.c
+++ b/libgnomeui/gnome-scores.c
@@ -58,8 +58,6 @@ struct _GnomeScoresPrivate
   guint	      n_scores;
 };
 
-static void gnome_scores_class_init (GnomeScoresClass *klass);
-static void gnome_scores_instance_init (GnomeScores      *scores);
 static void gnome_scores_finalize   (GObject          *object);
 
 /**
@@ -68,7 +66,7 @@ static void gnome_scores_finalize   (GObject          *object);
  * Returns the GtkType for the GnomeScores widget
  */
 GNOME_CLASS_BOILERPLATE (GnomeScores, gnome_scores,
-			 GtkDialog, gtk_dialog, GTK_TYPE_DIALOG);
+			 GtkDialog, GTK_TYPE_DIALOG);
 
 static void 
 gnome_scores_instance_init (GnomeScores *gs)



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