Remove name-editing setup from account tree plugin page.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12869 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled
2006-01-19 01:27:27 +00:00
parent 2943f81d59
commit 8906c31ef1
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2006-01-18 Joshua Sled <jsled@asynchronous.org>
* src/gnome/gnc-plugin-page-account-tree.c
(gnc_plugin_page_account_tree_create_widget): Remove name-editing
callback setup.
2006-01-18 David Hampton <hampton@employees.org>
* All xxx.schemas files renamed to xxx.schemas.in.

View File

@@ -422,8 +422,8 @@ gnc_plugin_page_account_tree_create_widget (GncPluginPage *plugin_page)
"show-column-menu", TRUE,
NULL);
gnc_tree_view_account_set_name_edited(GNC_TREE_VIEW_ACCOUNT(tree_view),
gnc_tree_view_account_name_edited_cb);
/* No name handler; then the user can't click on the name of the
account to open its register. */
gnc_tree_view_account_set_code_edited(GNC_TREE_VIEW_ACCOUNT(tree_view),
gnc_tree_view_account_code_edited_cb);
gnc_tree_view_account_set_description_edited(GNC_TREE_VIEW_ACCOUNT(tree_view),