[gnome-subtitles] Documentation cleanup.
- From: Pedro Daniel da Rocha Melo e Castro <pcastro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-subtitles] Documentation cleanup.
- Date: Sat, 11 Jun 2011 18:44:16 +0000 (UTC)
commit 1acc11d92c00c6848a35947b85f40102c6f4b58f
Author: Pedro Castro <mail pedrocastro org>
Date: Sat Jun 11 19:43:43 2011 +0100
Documentation cleanup.
src/GnomeSubtitles/Ui/View/SubtitleSelection.cs | 4 ++--
src/GnomeSubtitles/Ui/View/SubtitleView.cs | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/GnomeSubtitles/Ui/View/SubtitleSelection.cs b/src/GnomeSubtitles/Ui/View/SubtitleSelection.cs
index 1c1a6be..a7f1e1c 100644
--- a/src/GnomeSubtitles/Ui/View/SubtitleSelection.cs
+++ b/src/GnomeSubtitles/Ui/View/SubtitleSelection.cs
@@ -1,6 +1,6 @@
/*
* This file is part of Gnome Subtitles.
- * Copyright (C) 2006-2010 Pedro Castro
+ * Copyright (C) 2006-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
@@ -344,7 +344,7 @@ public class SubtitleSelection {
/// <param name="paths">The paths to select. If <see cref="SelectionType" /> is Range this must be an array
/// with length 2 containing the first and last paths in the range. This value must be validated before calling this method.</param>
/// <param name="focus">The path to give input focus to. It must be one of the specified paths or null, in which case no focus will be given.</param>
- /// <param name="align">Whether to align the selected path to the center if the path isn't visible and scrolling is needed.</param>
+ /// <param name="align">Whether to align the focused path to the center if the path isn't visible and scrolling is needed.</param>
private void Select (TreePath[] paths, SelectionType selectionType, TreePath focus, bool align) {
DisconnectSelectionChangedSignal();
diff --git a/src/GnomeSubtitles/Ui/View/SubtitleView.cs b/src/GnomeSubtitles/Ui/View/SubtitleView.cs
index e985367..4a2df0a 100644
--- a/src/GnomeSubtitles/Ui/View/SubtitleView.cs
+++ b/src/GnomeSubtitles/Ui/View/SubtitleView.cs
@@ -157,7 +157,7 @@ public class SubtitleView {
/// <summary>Inserts a collection of subtitles in the specified paths.</summary>
/// <param name="subtitles">The subtitles to insert.</param>
/// <param name="paths">The paths corresponding to each of the subtitles. There must be the same number of paths as there are for subtitles.</param>
- /// <param name="focus">The tree that should be given the focus.</param>
+ /// <param name="focus">The path that should be given the focus.</param>
public void Insert (Subtitle[] subtitles, TreePath[] paths, TreePath focus) {
for (int index = 0 ; index < subtitles.Length ; index++) {
Subtitle subtitle = subtitles[index];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]