After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 546789 - red dots when switched from another day entry where there were
red dots when switched from another day entry where there were
Status: RESOLVED FIXED
Product: almanah
Classification: Other
Component: General
0.4.x
Other All
: Normal normal
: ---
Assigned To: diary-maint
diary-maint
Depends on:
Blocks:
 
 
Reported: 2008-08-07 12:08 UTC by Angel Abad
Modified: 2009-06-01 09:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Example (31.85 KB, image/png)
2008-08-07 12:10 UTC, Angel Abad
Details

Description Angel Abad 2008-08-07 12:08:44 UTC
Please describe the problem:
I have an entry where some words are underlined red. When I've switched
to another day, left edit window is cleared. Nevertheless some red dots
are left. I believe this is 'repaint' problem, because the dots
disappear after another window in front of almanah's window appeared and
siappeared.


Steps to reproduce:



Actual results:


Expected results:


Does this happen every time?
Yes

Other information:
It is a debian bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494114
Comment 1 Angel Abad 2008-08-07 12:10:26 UTC
Created attachment 116055 [details]
Example
Comment 2 Philip Withnall 2008-08-16 19:12:03 UTC
What version of GtkSpell do you have installed? This sounds like a GtkSpell bug, with it somehow not refreshing the highlighting when the text area is cleared.
Comment 3 Philip Withnall 2008-08-27 19:40:29 UTC
This patch should fix it. If it doesn't, please re-open the bug report.

2008-08-27  Philip Withnall  <philip@tecnocode.co.uk>

	* src/main-window.c: (mw_calendar_day_selected_cb): Force GtkSpell to
	re-check the text view for spelling errors when the day changes.
	(Closes: #546789)