Updating branch refs/heads/master
         to c96b0bcbe88cfbbbef05fadb81e1652d3688bacd (commit)
       from c5552eafc3c998f129e078515767e709bd831610 (commit)

commit c96b0bcbe88cfbbbef05fadb81e1652d3688bacd
Author: Mike Massonnet <[email protected]>
Date:   Sat Aug 13 19:01:18 2011 +0200

    playlist: Reset filter entry after activating treeview row
    
    When activating a song from the treeview instead of typing enter in the 
filter
    entry, behave just the same, that is reset the filter entry to "".

 src/playlist.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/playlist.vala b/src/playlist.vala
index 4d3b02a..e94f3c1 100644
--- a/src/playlist.vala
+++ b/src/playlist.vala
@@ -258,6 +258,7 @@ namespace Xfmpc {
                                return;
 
                        this.filter.get (iter, Columns.COLUMN_ID, out id, -1);
+                       this.filter_entry.set_text ("");
                        this.mpdclient.set_id (id);
                }
 
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to