aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-main-window.c2
1 files changed, 1 insertions, 1 deletions
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;
}