[gnome-settings-daemon] cursor: Fix incorrect comment
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] cursor: Fix incorrect comment
- Date: Tue, 24 Sep 2013 10:52:18 +0000 (UTC)
commit b85a0113ed11198b1549ee98747f57a4678d0e54
Author: Bastien Nocera <hadess hadess net>
Date: Fri Sep 20 15:55:56 2013 +0200
cursor: Fix incorrect comment
Since this code was written, mutter is now again responsible for
setting up the default root cursor.
https://bugzilla.gnome.org/show_bug.cgi?id=708465
plugins/cursor/gsd-cursor-manager.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plugins/cursor/gsd-cursor-manager.c b/plugins/cursor/gsd-cursor-manager.c
index dc8a66d..0963827 100644
--- a/plugins/cursor/gsd-cursor-manager.c
+++ b/plugins/cursor/gsd-cursor-manager.c
@@ -442,8 +442,7 @@ gsd_cursor_manager_start (GsdCursorManager *manager,
return FALSE;
}
- /* Start by hiding the cursor, and then initialising the default
- * root window cursor, as the window manager shouldn't do that. */
+ /* Start by hiding the cursor */
set_cursor_visibility (manager, FALSE);
manager->priv->cancellable = g_cancellable_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]