mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Regression fix: patch for colored tabs segfault in trunk, patch by Tom Van Braeckel
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18884 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
18ecb2c28c
commit
fcd0b01931
@ -1924,7 +1924,7 @@ main_window_update_page_name (GncPluginPage *page,
|
||||
/* Update Tooltip on notebook Tab */
|
||||
main_window_find_tab_event(window, page, &event_box);
|
||||
|
||||
if (strstr(old_page_long_name,old_page_name) != NULL)
|
||||
if (g_strstr(old_page_long_name,old_page_name) != NULL)
|
||||
{
|
||||
gchar *new_page_long_name;
|
||||
gint string_position;
|
||||
|
Loading…
Reference in New Issue
Block a user