r18885 - gnucash/trunk/src/gnome-utils - Patch my patch in r18884. Spotted by Herbert Thoma.

Geert Janssens gjanssens at code.gnucash.org
Wed Mar 10 11:05:55 EST 2010


Author: gjanssens
Date: 2010-03-10 11:05:55 -0500 (Wed, 10 Mar 2010)
New Revision: 18885
Trac: http://svn.gnucash.org/trac/changeset/18885

Modified:
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
Log:
Patch my patch in r18884. Spotted by Herbert Thoma.

Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-main-window.c	2010-03-10 13:17:21 UTC (rev 18884)
+++ gnucash/trunk/src/gnome-utils/gnc-main-window.c	2010-03-10 16:05:55 UTC (rev 18885)
@@ -1924,7 +1924,7 @@
     /* Update Tooltip on notebook Tab */
     main_window_find_tab_event(window, page, &event_box);
 
-    if (g_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;



More information about the gnucash-changes mailing list