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 341099 - The second argument of gtk_im_context_set_client_window() should be set NULL when widget is unrealized.
The second argument of gtk_im_context_set_client_window() should be set NULL ...
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: general
2.8.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: Harish Krishnaswamy
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-05-09 05:53 UTC by Hiroyuki Ikezoe
Modified: 2013-09-13 00:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
the patch (667 bytes, patch)
2006-05-09 05:54 UTC, Hiroyuki Ikezoe
none Details | Review
update patch (1.30 KB, patch)
2006-05-13 09:49 UTC, Hiroyuki Ikezoe
accepted-commit_now Details | Review

Description Hiroyuki Ikezoe 2006-05-09 05:53:37 UTC
Please describe the problem:
The second argument of gtk_im_context_set_client_window() should be set NULL
when widget is unrealized. 

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Hiroyuki Ikezoe 2006-05-09 05:54:07 UTC
Created attachment 65065 [details] [review]
the patch
Comment 2 Hiroyuki Ikezoe 2006-05-13 09:49:44 UTC
Created attachment 65369 [details] [review]
update patch

added ChangeLog.
Comment 3 André Klapper 2006-07-21 02:59:10 UTC
definitely a 2.6.3 target to me.
Comment 4 Harish Krishnaswamy 2006-08-28 10:06:52 UTC
Looks good to commit
Comment 5 Hiroyuki Ikezoe 2006-09-07 00:19:38 UTC
Committed to HEAD. 
Thank you for your review.