[ease] [general] Fix incorrect property name in transitions pane
- From: Nate Stedman <natesm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease] [general] Fix incorrect property name in transitions pane
- Date: Mon, 26 Jul 2010 02:35:47 +0000 (UTC)
commit 87f5aeb3e76ab51f4b10414eddd192ad6003ed50
Author: Nate Stedman <natesm gmail com>
Date: Sun Jul 25 19:42:27 2010 -0400
[general] Fix incorrect property name in transitions pane
src/ease-transition-pane.vala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/ease-transition-pane.vala b/src/ease-transition-pane.vala
index 2177171..c80c7ee 100644
--- a/src/ease-transition-pane.vala
+++ b/src/ease-transition-pane.vala
@@ -203,7 +203,8 @@ public class Ease.TransitionPane : InspectorPane
});
start_transition.changed.connect(() => {
- if (!silence_undo) undo(new UndoAction(slide, "start-transition"));
+ if (!silence_undo) undo(new UndoAction(slide,
+ "automatically-advance"));
if (start_transition.active == 0)
{
delay.sensitive = false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]