diff -upr gimageview-0.2.27.org/plugins/archiver/lha-ext.c gimageview-0.2.27.mod/plugins/archiver/lha-ext.c --- gimageview-0.2.27.org/plugins/archiver/lha-ext.c 2004-05-23 23:08:18.000000000 +0900 +++ gimageview-0.2.27.mod/plugins/archiver/lha-ext.c 2014-01-06 01:38:25.000000000 +0900 @@ -354,7 +354,7 @@ fr_command_lha_destroy (GtkObject *objec GtkType fr_command_lha_get_type () { - static guint fr_command_lha_type = 0; + static GtkType fr_command_lha_type = 0; if (!fr_command_lha_type) { GtkTypeInfo fr_command_lha_info = { diff -upr gimageview-0.2.27.org/plugins/archiver/rar-ext.c gimageview-0.2.27.mod/plugins/archiver/rar-ext.c --- gimageview-0.2.27.org/plugins/archiver/rar-ext.c 2004-09-28 22:38:24.000000000 +0900 +++ gimageview-0.2.27.mod/plugins/archiver/rar-ext.c 2014-01-06 01:38:30.000000000 +0900 @@ -385,7 +385,7 @@ fr_command_rar_destroy (GtkObject *objec GtkType fr_command_rar_get_type () { - static guint fr_command_rar_type = 0; + static GtkType fr_command_rar_type = 0; if (!fr_command_rar_type) { GtkTypeInfo fr_command_rar_info = { diff -upr gimageview-0.2.27.org/plugins/archiver/tar-ext.c gimageview-0.2.27.mod/plugins/archiver/tar-ext.c --- gimageview-0.2.27.org/plugins/archiver/tar-ext.c 2004-12-20 23:06:51.000000000 +0900 +++ gimageview-0.2.27.mod/plugins/archiver/tar-ext.c 2014-01-06 01:38:51.000000000 +0900 @@ -758,7 +758,7 @@ fr_command_tar_destroy (GtkObject *objec GtkType fr_command_tar_get_type () { - static guint fr_command_tar_type = 0; + static GtkType fr_command_tar_type = 0; if (!fr_command_tar_type) { GtkTypeInfo fr_command_tar_info = { diff -upr gimageview-0.2.27.org/plugins/archiver/zip-ext.c gimageview-0.2.27.mod/plugins/archiver/zip-ext.c --- gimageview-0.2.27.org/plugins/archiver/zip-ext.c 2004-12-20 23:06:52.000000000 +0900 +++ gimageview-0.2.27.mod/plugins/archiver/zip-ext.c 2014-01-06 01:38:38.000000000 +0900 @@ -415,7 +415,7 @@ fr_command_zip_destroy (GtkObject *objec GtkType fr_command_zip_get_type () { - static guint fr_command_zip_type = 0; + static GtkType fr_command_zip_type = 0; if (!fr_command_zip_type) { GtkTypeInfo fr_command_zip_info = { diff -upr gimageview-0.2.27.org/src/fr-command.c gimageview-0.2.27.mod/src/fr-command.c --- gimageview-0.2.27.org/src/fr-command.c 2004-05-23 23:07:56.000000000 +0900 +++ gimageview-0.2.27.mod/src/fr-command.c 2014-01-06 01:37:14.000000000 +0900 @@ -187,7 +187,7 @@ fr_command_destroy (GtkObject *object) GtkType fr_command_get_type () { - static guint fr_command_type = 0; + static GtkType fr_command_type = 0; if (!fr_command_type) { GtkTypeInfo fr_command_info = {