From b89d8f45e6ee34237c4adc12143b97e9afb23094 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 11 Jun 2009 21:12:17 -0500 Subject: Oops, what a mess up. But this sure makes things unhappy. Nasty to debug segfault. --- src/status-provider.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/status-provider.h b/src/status-provider.h index b20f4f0..87a2ea3 100644 --- a/src/status-provider.h +++ b/src/status-provider.h @@ -34,14 +34,14 @@ struct _StatusProvider { typedef struct _StatusProviderClass StatusProviderClass; struct _StatusProviderClass { + GObjectClass parent_class; + /* Signals */ void (*status_changed) (StatusProviderStatus newstatus); /* Virtual Functions */ void (*set_status) (StatusProvider * sp, StatusProviderStatus newstatus); StatusProviderStatus (*get_status) (StatusProvider * sp); - - GObjectClass parent_class; }; GType status_provider_get_type (void); -- cgit v1.2.3