From 694d3386191b330440807cf52d2f5420d882085f Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 1 Mar 2009 12:31:12 +0000 Subject: ephy-file-chooser: cast parent_class properly. svn path=/trunk/; revision=8829 --- lib/ephy-file-chooser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/ephy-file-chooser.c b/lib/ephy-file-chooser.c index 75c075296..2fd9a7d3e 100644 --- a/lib/ephy-file-chooser.c +++ b/lib/ephy-file-chooser.c @@ -109,8 +109,8 @@ ephy_file_chooser_constructor (GType type, GObject *object; char *downloads_dir; - object = ephy_file_chooser_parent_class->constructor (type, n_construct_properties, - construct_params); + object = G_OBJECT_CLASS (ephy_file_chooser_parent_class)->constructor (type, n_construct_properties, + construct_params); downloads_dir = ephy_file_get_downloads_dir (); gtk_file_chooser_add_shortcut_folder -- cgit v1.2.3