r18176 - gnucash/trunk/src/gnome/glade - Bug 563598: QSF XML Export: Remove the tooltip from the GtkCalendar. It was causing a crash, probably due to bug 586896.

Charles Day cedayiv at code.gnucash.org
Sat Jul 4 18:57:50 EDT 2009


Author: cedayiv
Date: 2009-07-04 18:57:50 -0400 (Sat, 04 Jul 2009)
New Revision: 18176
Trac: http://svn.gnucash.org/trac/changeset/18176

Modified:
   gnucash/trunk/src/gnome/glade/chart-export.glade
Log:
Bug 563598: QSF XML Export: Remove the tooltip from the GtkCalendar. It was causing a crash, probably due to bug 586896.


Modified: gnucash/trunk/src/gnome/glade/chart-export.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/chart-export.glade	2009-07-04 19:12:56 UTC (rev 18175)
+++ gnucash/trunk/src/gnome/glade/chart-export.glade	2009-07-04 22:57:50 UTC (rev 18176)
@@ -195,7 +195,7 @@
 	      <property name="width_request">296</property>
 	      <property name="height_request">48</property>
 	      <property name="visible">True</property>
-	      <property name="label" translatable="yes">Select the date to use and click Export to choose the filename and location.</property>
+	      <property name="label" translatable="yes">Select the date to use and click Export to choose the filename and location. Future dates are not supported.</property>
 	      <property name="use_underline">False</property>
 	      <property name="use_markup">False</property>
 	      <property name="justify">GTK_JUSTIFY_FILL</property>
@@ -222,7 +222,6 @@
 	      <property name="width_request">215</property>
 	      <property name="height_request">180</property>
 	      <property name="visible">True</property>
-	      <property name="tooltip" translatable="yes">Future dates are not supported</property>
 	      <property name="can_focus">True</property>
 	      <property name="display_options">GTK_CALENDAR_SHOW_HEADING|GTK_CALENDAR_SHOW_DAY_NAMES</property>
 	    </widget>



More information about the gnucash-changes mailing list