From 7d93b1d99b8f0ced3d3cd5ecb786aeddc3083c18 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 8 Mar 2008 15:57:31 +0000 Subject: If the main window already exists show it using empathy_window_present() instead of gtk_window_present(). Fixes bug #521051 (Marco Barisione). svn path=/trunk/; revision=709 --- libempathy-gtk/empathy-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-main-window.c') diff --git a/libempathy-gtk/empathy-main-window.c b/libempathy-gtk/empathy-main-window.c index 6d971eb74..ca8a16abf 100644 --- a/libempathy-gtk/empathy-main-window.c +++ b/libempathy-gtk/empathy-main-window.c @@ -187,7 +187,7 @@ empathy_main_window_show (void) gint x, y, w, h; if (window) { - gtk_window_present (GTK_WINDOW (window->window)); + empathy_window_present (GTK_WINDOW (window->window), TRUE); return window->window; } -- cgit v1.2.3