[gedit] Add the real private struct.



commit bfeaed7590c5562124ae17cfa9330852ac6ca10a
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Jun 28 22:38:12 2010 +0200

    Add the real private struct.

 plugins/filebrowser/gedit-file-browser-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/filebrowser/gedit-file-browser-plugin.c b/plugins/filebrowser/gedit-file-browser-plugin.c
index caf53b3..4f6c834 100644
--- a/plugins/filebrowser/gedit-file-browser-plugin.c
+++ b/plugins/filebrowser/gedit-file-browser-plugin.c
@@ -792,7 +792,7 @@ filetree_plugin_class_init (GeditFileBrowserPluginClass *klass)
 	object_class->dispose = filetree_plugin_dispose;
 
 	g_type_class_add_private (object_class,
-				  sizeof (GeditFileBrowserPlugin));
+				  sizeof (GeditFileBrowserPluginPrivate));
 }
 
 static void



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