--- gnome-session-2.0.9/gnome-session/gsm-client-editor.c 2002-05-22 15:43:54.000000000 -0400 +++ gnome-session-2.0.9/gnome-session/gsm-client-editor.c.new 2003-02-06 16:10:05.000000000 -0500 @@ -68,10 +68,10 @@ (GtkClassInitFunc) NULL }; -guint +GtkType gsm_client_editor_get_type (void) { - static guint type = 0; + static GtkType type = 0; if (!type) type = gtk_type_unique (gtk_hbox_get_type (), &gsm_client_editor_info); --- gnome-session-2.0.9/gnome-session/gsm-client-editor.h 1999-03-18 10:11:50.000000000 -0500 +++ gnome-session-2.0.9/gnome-session/gsm-client-editor.h.new 2003-02-06 16:09:56.000000000 -0500 @@ -47,7 +47,7 @@ guint order, GsmStyle style); /* user change */ }; -guint gsm_client_editor_get_type (void); +GtkType gsm_client_editor_get_type (void); /* Creates a client_editor widget */ GtkWidget* gsm_client_editor_new (void);