]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-ui-utils.c
Call gtk_window_deiconify() when presenting a window because in some cases the WM...
[empathy.git] / libempathy-gtk / empathy-ui-utils.c
index 9c66e73ba15dc8554f11f77fc4467a02ff880f8e..c31dfefc00a20b87b606be3638396718a9072bf2 100644 (file)
@@ -1273,6 +1273,9 @@ 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);
+       /* FIXME: This shouldn't be required as gtk_window_present's doc says
+        *        it deiconify automatically. */
+       gtk_window_deiconify (window);
 }
 
 GtkWindow *