[empathy] Workaround for the "Contact list doesn't appear in windows list" bug (#572759)
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] Workaround for the "Contact list doesn't appear in windows list" bug (#572759)
- Date: Tue, 23 Jun 2009 05:23:51 -0400 (EDT)
commit d38da38d45d13ca4a85456609abacec17d01a6eb
Author: Nicolo Chieffo <84yelo3 gmail com>
Date: Tue Jun 23 11:19:48 2009 +0200
Workaround for the "Contact list doesn't appear in windows list" bug (#572759)
libempathy-gtk/empathy-ui-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c
index cf423de..902bcb3 100644
--- a/libempathy-gtk/empathy-ui-utils.c
+++ b/libempathy-gtk/empathy-ui-utils.c
@@ -1311,8 +1311,8 @@ empathy_window_present (GtkWindow *window,
}
timestamp = gtk_get_current_event_time ();
- gtk_window_set_skip_taskbar_hint (window, FALSE);
gtk_window_present_with_time (window, timestamp);
+ gtk_window_set_skip_taskbar_hint (window, FALSE);
/* FIXME: This shouldn't be required as gtk_window_present's doc says
* it deiconify automatically. */
gtk_window_deiconify (window);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]