mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Better fix for segfault at startup caused by bug 608329's patch and a renamed Accounts tab.
Patch by Tom Van Braeckel git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18659 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
193a4d843e
commit
ff9d28017c
@ -1793,7 +1793,7 @@ main_window_update_page_name (GncPluginPage *page,
|
||||
/* Update Tooltip on notebook Tab */
|
||||
main_window_find_tab_event(window, page, &event_box);
|
||||
|
||||
if (old_page_long_name != NULL && strstr(old_page_long_name,old_page_name) != NULL) {
|
||||
if (g_strrstr(old_page_long_name,old_page_name) != NULL) {
|
||||
gchar *new_page_long_name;
|
||||
gint string_position;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user