Fix an unintialized variable warning.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20651 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Mike Alexander 2011-05-16 06:09:50 +00:00
parent 175bfb3132
commit 021044cf31

View File

@ -211,7 +211,7 @@ gnc_plugin_page_owner_tree_new (GncOwnerType owner_type)
GncPluginPageOwnerTree *plugin_page;
GncPluginPageOwnerTreePrivate *priv;
gchar* label;
gchar* label = "";
const GList *item;
g_return_val_if_fail( (owner_type != GNC_OWNER_UNDEFINED)