From e86aa1065dbf60d7a1e68bf50d9fbbccbb34312a Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 25 Feb 2010 22:16:09 +0000 Subject: Remove the SKIP_TASKBAR hint when the main window is activated --- src/empathy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/empathy.c b/src/empathy.c index 5ba8be1b2..82efb7976 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -273,6 +273,7 @@ unique_app_message_cb (UniqueApp *unique_app, gtk_window_set_startup_id (GTK_WINDOW (window), unique_message_data_get_startup_id (data)); gtk_window_present_with_time (GTK_WINDOW (window), timestamp); + gtk_window_set_skip_taskbar_hint (window, FALSE); return UNIQUE_RESPONSE_OK; } -- cgit v1.2.3