[Xfce4-commits] [apps/xfdashboard] 01/01: Fix comment (get rid of TODO)

noreply at xfce.org noreply at xfce.org
Tue Jun 30 19:51:46 CEST 2015


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit 3edba62d5e474d44dd309925cd80f192afacfd6a
Author: Stephan Haller <nomad at froevel.de>
Date:   Tue Jun 30 19:51:24 2015 +0200

    Fix comment (get rid of TODO)
---
 xfdashboard/application.c |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/xfdashboard/application.c b/xfdashboard/application.c
index 954974b..499d9dc 100644
--- a/xfdashboard/application.c
+++ b/xfdashboard/application.c
@@ -376,11 +376,7 @@ static gboolean _xfdashboard_application_initialize_full(XfdashboardApplication
 	 */
 	priv->focusManager=xfdashboard_focus_manager_get_default();
 
-	/* Create primary stage on first monitor.
-	 * TODO: Create stage for each monitor connected
-	 *       but only primary monitor gets its stage
-	 *       setup for primary display
-	 */
+	/* Create stage containing all monitors */
 	stage=xfdashboard_stage_new();
 	if(!priv->isDaemon) clutter_actor_show(stage);
 	g_signal_connect_swapped(stage, "delete-event", G_CALLBACK(_xfdashboard_application_on_delete_stage), self);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list