[gnome-control-center] Make about-me compile with GTK+ 3.x
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Make about-me compile with GTK+ 3.x
- Date: Wed, 23 Jun 2010 20:44:44 +0000 (UTC)
commit e7d581c9ffa5a41f7ba46342d9658659bac003ae
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jun 23 21:44:09 2010 +0100
Make about-me compile with GTK+ 3.x
With plenty of warnings still, but it compiles.
capplets/about-me/e-image-chooser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/capplets/about-me/e-image-chooser.c b/capplets/about-me/e-image-chooser.c
index 31a189f..5afec75 100644
--- a/capplets/about-me/e-image-chooser.c
+++ b/capplets/about-me/e-image-chooser.c
@@ -124,7 +124,7 @@ e_image_chooser_class_init (EImageChooserClass *klass)
G_STRUCT_OFFSET (EImageChooserClass, changed),
NULL, NULL,
g_cclosure_marshal_VOID__VOID,
- GTK_TYPE_NONE, 0);
+ G_TYPE_NONE, 0);
object_class->dispose = e_image_chooser_dispose;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]