[gnome-shell] Fix wrong comment



commit bd3dfb8f6a7502ddd7ad4876cb7ec054afcfe63c
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Thu Oct 9 14:55:13 2014 +0200

    Fix wrong comment

 src/shell-recorder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/shell-recorder.c b/src/shell-recorder.c
index 4690368..325b2c7 100644
--- a/src/shell-recorder.c
+++ b/src/shell-recorder.c
@@ -1588,7 +1588,7 @@ shell_recorder_close (ShellRecorder *recorder)
 
   recorder->state = RECORDER_STATE_CLOSED;
 
-  /* Reenable unredirection while we are recoring */
+  /* Reenable after the recording */
   meta_enable_unredirect_for_screen (shell_global_get_screen (shell_global_get ()));
 
   /* Release the refcount we took when we started recording */


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