GNOME Bugzilla – Bug 625780
Not attaching to minimized window
Last modified: 2010-10-22 12:19:03 UTC
Start a chat with someone and minimize the window. Now, if someone else writes you an IM or you start another chat, the new chat is not created in the existing window (with the tabbed chat setting on)
*** Bug 625674 has been marked as a duplicate of this bug. ***
Yeah that's because our code doesn't detect there is a window when it's minimized.
Created attachment 170479 [details] [review] proposed fix The proposed fix is attached.
Humm yeah that makes sense as after we call empathy_window_present_with_time() which will display the window and move it to the right display if needed. A bit late for 2.32.0 but we could consider merging it for 2.31.1 Xavier: you wrote this code, can you think of any side effect this change could introduce?
>A bit late for 2.32.0 but we could consider merging it for 2.31.1 I don't understand why you think it's obsolete for 2.32. The issue is still reproducible and the patch still fixes the issue. It's now available here: repo: git://vminko.org/empathy branch: fix-625780
I'm afraid to introduce regression in the stable branch. I merged your branch to master though; thanks! This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.