From bd3dfb8f6a7502ddd7ad4876cb7ec054afcfe63c Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Thu, 9 Oct 2014 14:55:13 +0200 Subject: [PATCH] Fix wrong comment --- src/shell-recorder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell-recorder.c b/src/shell-recorder.c index 4690368ca..325b2c7e9 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 */