blam r636 - trunk/src
- From: cmartin svn gnome org
- To: svn-commits-list gnome org
- Subject: blam r636 - trunk/src
- Date: Mon, 8 Sep 2008 17:27:05 +0000 (UTC)
Author: cmartin
Date: Mon Sep 8 17:27:05 2008
New Revision: 636
URL: http://svn.gnome.org/viewvc/blam?rev=636&view=rev
Log:
A ListStore scaped before.
Modified:
trunk/src/ChannelList.cs
Modified: trunk/src/ChannelList.cs
==============================================================================
--- trunk/src/ChannelList.cs (original)
+++ trunk/src/ChannelList.cs Mon Sep 8 17:27:05 2008
@@ -155,7 +155,7 @@
if (!iter.Equals(TreeIter.Zero)) {
this.Selection.Changed -= selectionChangedHandler;
- valid = ((ListStore)this.Model).Remove(ref iter);
+ valid = (this.Model as TreeStore).Remove(ref iter);
this.Selection.Changed += selectionChangedHandler;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]