[banshee] [a11y] Fixed glib critical warnings.
- From: Eitan Isaacson <eitani src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] [a11y] Fixed glib critical warnings.
- Date: Fri, 13 Nov 2009 22:54:01 +0000 (UTC)
commit dccaf910180f518aaae35515a0d7e4f77ae63f7b
Author: Eitan Isaacson <eitan monotonous org>
Date: Fri Nov 13 14:36:57 2009 -0800
[a11y] Fixed glib critical warnings.
https://bugzilla.gnome.org/show_bug.cgi?id=601600
.../Accessibility/ListViewAccessible.cs | 2 +-
1 files changed, 1 insertions(+), 1 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 af4bd33..4a72c34 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible.cs
@@ -133,7 +133,7 @@ namespace Hyena.Data.Gui.Accessibility
private void OnSelectionFocusChanged (object o, EventArgs a)
{
- GLib.Signal.Emit (this, "active-descendant-changed", ActiveCell);
+ GLib.Signal.Emit (this, "active-descendant-changed", ActiveCell.Handle);
}
private Atk.Object ActiveCell {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]