SF.net SVN: geany-plugins:[1258] trunk/geany-plugins/treebrowser
dimitrov-adrian at users.sourceforge.net
dimitrov-adrian at xxxxx
Mon Apr 19 21:23:33 UTC 2010
Revision: 1258
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1258&view=rev
Author: dimitrov-adrian
Date: 2010-04-19 21:23:33 +0000 (Mon, 19 Apr 2010)
Log Message:
-----------
Treebrowser: another unsucsessful try to fix the unload warning
Modified Paths:
--------------
trunk/geany-plugins/treebrowser/AUTHORS
trunk/geany-plugins/treebrowser/ChangeLog
trunk/geany-plugins/treebrowser/src/treebrowser.c
Modified: trunk/geany-plugins/treebrowser/AUTHORS
===================================================================
--- trunk/geany-plugins/treebrowser/AUTHORS 2010-04-19 20:21:21 UTC (rev 1257)
+++ trunk/geany-plugins/treebrowser/AUTHORS 2010-04-19 21:23:33 UTC (rev 1258)
@@ -1 +1,3 @@
Adrian Dimitrov <dimitrov.adrian at gmail.com>
+
+And THANKS to all in #geany for support and help
Modified: trunk/geany-plugins/treebrowser/ChangeLog
===================================================================
--- trunk/geany-plugins/treebrowser/ChangeLog 2010-04-19 20:21:21 UTC (rev 1257)
+++ trunk/geany-plugins/treebrowser/ChangeLog 2010-04-19 21:23:33 UTC (rev 1258)
@@ -4,6 +4,7 @@
+---------------------------+
* crytical warning when unloading the plugin
+ "CRITICAL : g_object_ref: assertion `object->ref_count > 0' failed"
(FIXED) show/hide hidden files not working on Windows
@@ -25,6 +26,7 @@
(DONE) Hide object files as native filebroser (*.o;*.a;*.so;*.dll;*.lib..)
(DONE) Using font from geany settings for sidebar
* Migrating to stash
+ * Adding keybindings for renaming/deleting/refreshing
+-------------------------------+
Modified: trunk/geany-plugins/treebrowser/src/treebrowser.c
===================================================================
--- trunk/geany-plugins/treebrowser/src/treebrowser.c 2010-04-19 20:21:21 UTC (rev 1257)
+++ trunk/geany-plugins/treebrowser/src/treebrowser.c 2010-04-19 21:23:33 UTC (rev 1258)
@@ -1332,6 +1332,8 @@
void
plugin_cleanup(void)
{
- gtk_object_destroy(GTK_OBJECT(treeview));
+ g_free(addressbar_last_address);
+ g_free(CONFIG_FILE);
+ g_free(CONFIG_OPEN_EXTERNAL_CMD);
gtk_widget_destroy(sidebar_vbox);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list