[gnome-subtitles] Code cleanup
- From: Pedro Daniel da Rocha Melo e Castro <pcastro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-subtitles] Code cleanup
- Date: Tue, 14 Jun 2011 22:14:57 +0000 (UTC)
commit b7efe03d5ee858cbe58f8e22ccb94ee83e214a9c
Author: Pedro Castro <mail pedrocastro org>
Date: Tue Jun 14 23:14:38 2011 +0100
Code cleanup
.../Ui/VideoPreview/SubtitleOverlay.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/GnomeSubtitles/Ui/VideoPreview/SubtitleOverlay.cs b/src/GnomeSubtitles/Ui/VideoPreview/SubtitleOverlay.cs
index fd05daa..51397fe 100644
--- a/src/GnomeSubtitles/Ui/VideoPreview/SubtitleOverlay.cs
+++ b/src/GnomeSubtitles/Ui/VideoPreview/SubtitleOverlay.cs
@@ -1,6 +1,6 @@
/*
* This file is part of Gnome Subtitles.
- * Copyright (C) 2007-2010 Pedro Castro
+ * Copyright (C) 2007-2011 Pedro Castro
*
* Gnome Subtitles is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -103,7 +103,7 @@ public class SubtitleOverlay {
/* Event members */
private void OnBaseInitFinished () {
- Base.Ui.Video.Tracker.SubtitleChanged += OnCurrentSubtitleChanged;
+ Base.Ui.Video.Tracker.CurrentSubtitleChanged += OnCurrentSubtitleChanged;
}
private void OnCurrentSubtitleChanged (int indexSubtitle) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]