[empathy] Remove the SKIP_TASKBAR hint when the main window is activated



commit e86aa1065dbf60d7a1e68bf50d9fbbccbb34312a
Author: Rob Bradford <rob linux intel com>
Date:   Thu Feb 25 22:16:09 2010 +0000

    Remove the SKIP_TASKBAR hint when the main window is activated

 src/empathy.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy.c b/src/empathy.c
index 5ba8be1..82efb79 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;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]