]> git.0d.be Git - empathy.git/commitdiff
Remove the SKIP_TASKBAR hint when the main window is activated
authorRob Bradford <rob@linux.intel.com>
Thu, 25 Feb 2010 22:16:09 +0000 (22:16 +0000)
committerDanielle Madeley <danielle.madeley@collabora.co.uk>
Fri, 26 Feb 2010 01:08:39 +0000 (12:08 +1100)
src/empathy.c

index 5ba8be1b271c7809b3b7f89bf8f22a18d945c785..82efb7976ea7ca108eaf7f3047aabd85426989ea 100644 (file)
@@ -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;
 }