2007-07-20 Johannes Schmid <jhs@gnome.org>
commit1bc9de6da9e4a30bf2545f82e937a43bf93c8019
authorjhs <jhs@1dbfb86a-d425-0410-a06b-cb591aac69f6>
Fri, 20 Jul 2007 10:19:10 +0000 (20 10:19 +0000)
committerjhs <jhs@1dbfb86a-d425-0410-a06b-cb591aac69f6>
Fri, 20 Jul 2007 10:19:10 +0000 (20 10:19 +0000)
tree3e8349e183be23d33895d089b02e5bf39c763af8
parent591b7b0cf99263cf2bc336879e37c0c0f35f93c8
2007-07-20  Johannes Schmid <jhs@gnome.org>

* configure.in:
Minimum glade requirement is 3.2 now. It was before
but we did not check...

* libanjuta/anjuta-glue-factory.c: (load_plugin):
* libanjuta/anjuta-profile.c:
(anjuta_profile_add_plugins_from_xml):
* libanjuta/anjuta-status.c: (anjuta_status_dispose):
* libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
* libegg/egg-recent-action.c: (on_recent_files_tooltip):
* plugins/file-loader/plugin.c: (on_create_submenu):
* plugins/file-manager/an_file_view.c: (compare_iter):
* plugins/glade/plugin.c: (activate_plugin):
* src/anjuta-app.c: (on_toolbar_view_toggled):
* src/main.c: (main):

Fixed lots of memory leaks (thansk valgrind)

git-svn-id: http://svn.gnome.org/svn/anjuta/trunk@3061 1dbfb86a-d425-0410-a06b-cb591aac69f6
12 files changed:
ChangeLog
configure.in
libanjuta/anjuta-glue-factory.c
libanjuta/anjuta-profile.c
libanjuta/anjuta-status.c
libanjuta/anjuta-ui.c
libegg/egg-recent-action.c
plugins/file-loader/plugin.c
plugins/file-manager/an_file_view.c
plugins/glade/plugin.c
src/anjuta-app.c
src/main.c