fix improper use of guint as GType

2002-04-11  jacob berkman  <jacob@ximian.com>

	* (various files): fix improper use of guint as GType
This commit is contained in:
jacob berkman 2002-04-11 19:13:49 +00:00 committed by Jacob Berkman
parent 1f98e3e646
commit 64a0eee134
38 changed files with 59 additions and 55 deletions

View file

@ -181,10 +181,10 @@ static gboolean cleanup_cb (BGApplier *bg_applier);
static void preview_realized_cb (GtkWidget *preview,
BGApplier *bg_applier);
guint
GType
bg_applier_get_type (void)
{
static guint bg_applier_type = 0;
static GType bg_applier_type = 0;
if (!bg_applier_type) {
static GTypeInfo bg_applier_info = {