]> git.0d.be Git - empathy.git/commitdiff
Call gtk_window_deiconify() when presenting a window because in some cases the WM...
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 15 Feb 2008 15:00:39 +0000 (15:00 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 15 Feb 2008 15:00:39 +0000 (15:00 +0000)
svn path=/trunk/; revision=631

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 *