epiphany r8829 - trunk/lib



Author: xan
Date: Sun Mar  1 12:31:12 2009
New Revision: 8829
URL: http://svn.gnome.org/viewvc/epiphany?rev=8829&view=rev

Log:
ephy-file-chooser: cast parent_class properly.

Modified:
   trunk/lib/ephy-file-chooser.c

Modified: trunk/lib/ephy-file-chooser.c
==============================================================================
--- trunk/lib/ephy-file-chooser.c	(original)
+++ trunk/lib/ephy-file-chooser.c	Sun Mar  1 12:31:12 2009
@@ -109,8 +109,8 @@
 	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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]