48
46
/* Takes care of moving the window to the current workspace. */
50
48
empathy_window_present_with_time (GtkWindow *window,
53
51
gtk_window_set_skip_taskbar_hint (window, FALSE);
54
52
gtk_window_deiconify (window);
55
53
+ really_activate_window (window);
64
62
#include <libempathy-gtk/empathy-images.h>
65
63
#include <libempathy-gtk/empathy-contact-dialogs.h>