[gnome-shell] recorder: Fix typo
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] recorder: Fix typo
- Date: Fri, 27 Jun 2014 22:51:24 +0000 (UTC)
commit 9f460a36f6daa9ae903a89216a7d512dffd1ed4c
Author: Carlos Garnacho <carlosg gnome org>
Date: Fri Jun 27 23:14:10 2014 +0200
recorder: Fix typo
Both stage width and height are meant to be tracked.
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 494ae52..524b2e9 100644
--- a/src/shell-recorder.c
+++ b/src/shell-recorder.c
@@ -751,7 +751,7 @@ recorder_connect_stage_callbacks (ShellRecorder *recorder)
G_CALLBACK (recorder_on_stage_paint), recorder);
g_signal_connect (recorder->stage, "notify::width",
G_CALLBACK (recorder_on_stage_notify_size), recorder);
- g_signal_connect (recorder->stage, "notify::width",
+ g_signal_connect (recorder->stage, "notify::height",
G_CALLBACK (recorder_on_stage_notify_size), recorder);
clutter_x11_add_filter (recorder_event_filter, recorder);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]