[gnome-commander] Free gcmd_user_actions AFTER gnome_cmd_data.save()
- From: Piotr Eljasiak <epiotr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-commander] Free gcmd_user_actions AFTER gnome_cmd_data.save()
- Date: Thu, 20 Aug 2009 16:07:59 +0000 (UTC)
commit 5bea7d4d09ee944eed9643e2957794565a9e294c
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Thu Aug 20 18:06:52 2009 +0200
Free gcmd_user_actions AFTER gnome_cmd_data.save()
src/main.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.cc b/src/main.cc
index 02862ff..7967c74 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -150,8 +150,8 @@ int main (int argc, char *argv[])
#endif
plugin_manager_shutdown ();
gcmd_tags_shutdown ();
- gcmd_user_actions.shutdown();
gnome_cmd_data.save();
+ gcmd_user_actions.shutdown();
gnome_vfs_shutdown ();
IMAGE_free ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]