diff options
author | jacob berkman <jacob@ximian.com> | 2002-04-11 19:13:49 +0000 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 2002-04-11 19:13:49 +0000 |
commit | 64a0eee1341f138010718266ef94b200a5cab48d (patch) | |
tree | e7cb409d941fe9679bd1c1e329a2026b9ad1b292 /archiver/config-log.h | |
parent | 1f98e3e6462430afc6ee425d96205c1daeff2cc5 (diff) | |
download | gnome-control-center-64a0eee1341f138010718266ef94b200a5cab48d.tar.gz |
fix improper use of guint as GTypeNAUTILUS_1_1_12
2002-04-11 jacob berkman <jacob@ximian.com>
* (various files): fix improper use of guint as GType
Diffstat (limited to 'archiver/config-log.h')
-rw-r--r-- | archiver/config-log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiver/config-log.h b/archiver/config-log.h index ef3b9632b..aed9c8205 100644 --- a/archiver/config-log.h +++ b/archiver/config-log.h @@ -54,7 +54,7 @@ struct _ConfigLogClass GtkObjectClass parent; }; -guint config_log_get_type (void); +GType config_log_get_type (void); GtkObject *config_log_open (Location *location); void config_log_delete (ConfigLog *config_log); |