seahorse r2845 - in seahorse-plugins/trunk: . plugins/gedit
- From: sadam svn gnome org
- To: svn-commits-list gnome org
- Subject: seahorse r2845 - in seahorse-plugins/trunk: . plugins/gedit
- Date: Wed, 25 Feb 2009 14:24:15 +0000 (UTC)
Author: sadam
Date: Wed Feb 25 14:24:15 2009
New Revision: 2845
URL: http://svn.gnome.org/viewvc/seahorse?rev=2845&view=rev
Log:
2009-02-25 Adam Schreiber <sadam clemson edu>
* plugins/gedit/seahorse-gedit-plugin.c: Fixed Jesse's patch as per
Paolo Borelli's suggestions. See bug #571477
Modified:
seahorse-plugins/trunk/ChangeLog
seahorse-plugins/trunk/plugins/gedit/seahorse-gedit-plugin.c
Modified: seahorse-plugins/trunk/plugins/gedit/seahorse-gedit-plugin.c
==============================================================================
--- seahorse-plugins/trunk/plugins/gedit/seahorse-gedit-plugin.c (original)
+++ seahorse-plugins/trunk/plugins/gedit/seahorse-gedit-plugin.c Wed Feb 25 14:24:15 2009
@@ -216,12 +216,12 @@
}
static void
-seahorse_gedit_plugin_finalize (GObject *object)
+seahorse_gedit_plugin_dispose (GObject *object)
{
/* This can be called multiple times */
seahorse_gedit_cleanup ();
- G_OBJECT_CLASS (seahorse_gedit_plugin_parent_class)->finalize (object);
+ G_OBJECT_CLASS (seahorse_gedit_plugin_parent_class)->dispose (object);
SEAHORSE_GEDIT_DEBUG (DEBUG_PLUGINS, "seahorse gedit plugin destroyed");
}
@@ -233,7 +233,7 @@
GeditPluginClass *plugin_class = GEDIT_PLUGIN_CLASS (klass);
seahorse_gedit_plugin_parent_class = g_type_class_peek_parent (klass);
- gclass->finalize = seahorse_gedit_plugin_finalize;
+ gclass->dispose = seahorse_gedit_plugin_dispose;
plugin_class->activate = seahorse_gedit_plugin_activate;
plugin_class->deactivate = seahorse_gedit_plugin_deactivate;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]