[Gnucash-changes] r13373 - gnucash/trunk - Increment TOTD index on dialog init.

Joshua Sled jsled at cvs.gnucash.org
Thu Feb 23 21:54:34 EST 2006


Author: jsled
Date: 2006-02-23 21:54:33 -0500 (Thu, 23 Feb 2006)
New Revision: 13373
Trac: http://svn.gnucash.org/trac/changeset/13373

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome-utils/dialog-totd.c
Log:
Increment TOTD index on dialog init.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-02-24 02:47:56 UTC (rev 13372)
+++ gnucash/trunk/ChangeLog	2006-02-24 02:54:33 UTC (rev 13373)
@@ -1,5 +1,8 @@
 2006-02-23  Joshua Sled  <jsled at asynchronous.org>
 
+	* src/gnome-utils/dialog-totd.c (gnc_totd_dialog): Increment TOTD
+	index on dialog init.
+
 	* src/gnome-utils/gnc-html-graph-gog.c (handle_barchart): fix
 	x-axis labeling.  Patch from Andreas Köhler.  Bug#332359.
 

Modified: gnucash/trunk/src/gnome-utils/dialog-totd.c
===================================================================
--- gnucash/trunk/src/gnome-utils/dialog-totd.c	2006-02-24 02:47:56 UTC (rev 13372)
+++ gnucash/trunk/src/gnome-utils/dialog-totd.c	2006-02-24 02:54:33 UTC (rev 13373)
@@ -254,7 +254,7 @@
   glade_xml_signal_autoconnect_full(xml, gnc_glade_autoconnect_full_func,
 				    dialog);
 
-  gnc_new_tip_number(dialog, 0);
+  gnc_new_tip_number(dialog, 1);
 
   button = glade_xml_get_widget(xml, "show_checkbutton");
   gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON (button), show_tips);



More information about the gnucash-changes mailing list