lower severity of the "couldn't find tag [%d]" messages, as we speculatively remove tags often.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16195 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/2.2
Joshua Sled 19 years ago
parent f776b2d911
commit fd03362185

@ -123,8 +123,6 @@ TODO
- gnc_dense_cal
- [ ] eliminate the XXX FIXME "cannot find tag [1]" messages.
- [ ] code cleanup
- [x] min-size
@ -133,6 +131,7 @@ TODO
- [ ] gconf setting for dense-cal font-size reduction
- [?] better transient/floating window
- [/] (re-format file)
- [x] eliminate the "couldn't find tag [1]" messages.
- ! [x] font handling: gdk -> pango
- [x] start-of-week := {sun,mon} (via locale)
- [x] {0, 1, 2, 3, 4, 6, 12} month selection for dense calendar

@ -1834,7 +1834,7 @@ gdc_mark_remove(GncDenseCal *dcal, guint mark_to_remove)
}
if (iter == NULL)
{
g_warning("couldn't find tag [%d]", mark_to_remove);
g_message("couldn't find tag [%d]", mark_to_remove);
return;
}
if (mark_data == NULL)

Loading…
Cancel
Save