[blam/gtk-builder: 2/3] Revert "ChannelCollection: make sure to update the UI when reading an item"



commit 5c240cfc4c559370b8c65c2592dda1e3ceefed63
Author: Carlos Martín Nieto <cmn dwim me>
Date:   Sat Mar 16 14:44:24 2013 +0100

    Revert "ChannelCollection: make sure to update the UI when reading an item"
    
    It caused unread items to get deselected as soon as one cliked (and
    thus selected) them.
    
    This reverts commit 7e612f3b3112667ae698457fd313ad250558c01d.

 src/ChannelCollection.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/ChannelCollection.cs b/src/ChannelCollection.cs
index 86dd8c1..9a23c02 100644
--- a/src/ChannelCollection.cs
+++ b/src/ChannelCollection.cs
@@ -205,8 +205,7 @@ namespace Imendio.Blam {
 
        public void Updated (IChannel channel)
        {
-               MarkAsDirty (true);
-               new MainloopEmitter(this.ChannelRefreshFinished, channel as Channel).Emit ();
+           MarkAsDirty (true);
 
            if (ChannelUpdated != null) {
                ChannelUpdated (channel);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]