[banshee/a11y] [a11y] Improve headers, one whitespace issue
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee/a11y] [a11y] Improve headers, one whitespace issue
- Date: Thu, 22 Oct 2009 19:09:52 +0000 (UTC)
commit 0e342de878e21a3c9904777e3ed48cb181919363
Author: Gabriel Burt <gabriel burt gmail com>
Date: Thu Oct 22 12:03:45 2009 -0700
[a11y] Improve headers, one whitespace issue
.../Accessibility/ListViewAccessible.cs | 7 ++++---
.../Accessibility/ListViewAccessible_Selection.cs | 5 +++--
.../Accessibility/ListViewAccessible_Table.cs | 5 +++--
.../Hyena.Data.Gui/ListView/ListView_Accessible.cs | 3 ++-
.../ListView/ListView_Interaction.cs | 5 +++--
5 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible.cs b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible.cs
index 953d6c8..af4bd33 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible.cs
@@ -1,11 +1,12 @@
//
// ListViewAccessible.cs
//
-// Author:
+// Authors:
// Eitan Isaacson <eitan ascender com>
// Gabriel Burt <gburt novell com>
//
-// Copyright (C) 2007-2008 Novell, Inc.
+// Copyright (C) 2009 Novell, Inc.
+// Copyright (C) 2009 Eitan Isaacson
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
@@ -233,7 +234,7 @@ namespace Hyena.Data.Gui.Accessibility
index = column;
if (cell_cache.ContainsKey (index)) {
- cell_cache[index].Redrawn();
+ cell_cache[index].Redrawn ();
}
}
diff --git a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible_Selection.cs b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible_Selection.cs
index 53ad106..9036788 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible_Selection.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible_Selection.cs
@@ -1,11 +1,12 @@
//
// ListViewAccessible_Selection.cs
//
-// Author:
+// Authors:
// Eitan Isaacson <eitan ascender com>
// Gabriel Burt <gburt novell com>
//
-// Copyright (C) 2007-2008 Novell, Inc.
+// Copyright (C) 2009 Novell, Inc.
+// Copyright (C) 2009 Eitan Isaacson
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible_Table.cs b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible_Table.cs
index 6fefba9..c41558a 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible_Table.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible_Table.cs
@@ -1,11 +1,12 @@
//
// ListViewAccessible_Table.cs
//
-// Author:
+// Authors:
// Eitan Isaacson <eitan ascender com>
// Gabriel Burt <gburt novell com>
//
-// Copyright (C) 2007-2008 Novell, Inc.
+// Copyright (C) 2009 Novell, Inc.
+// Copyright (C) 2009 Eitan Isaacson
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Accessible.cs b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Accessible.cs
index 3b054af..14040cf 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Accessible.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Accessible.cs
@@ -1,11 +1,12 @@
//
// ListView_Accessible.cs
//
-// Author:
+// Authors:
// Gabriel Burt <gburt novell com>
// Eitan Isaacson <eitan ascender com>
//
// Copyright (C) 2009 Novell, Inc.
+// Copyright (C) 2009 Eitan Isaacson
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
diff --git a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
index 0e999c6..368f8cf 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
@@ -1,12 +1,13 @@
//
// ListView_Interaction.cs
//
-// Author:
+// Authors:
// Aaron Bockover <abockover novell com>
// Gabriel Burt <gburt novell com>
// Eitan Isaacson <eitan ascender com>
//
-// Copyright (C) 2007-2008 Novell, Inc.
+// Copyright (C) 2007-2009 Novell, Inc.
+// Copyright (C) 2009 Eitan Isaacson
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]