[Xfce4-commits] <postler:master> Set focus on the folder view initially.

Christian Dywan noreply at xfce.org
Sun Jan 30 09:26:04 CET 2011


Updating branch refs/heads/master
         to 73c31c232d3e0c5888cf3ba05a669b9fa62ff52d (commit)
       from 6b25c523c5b94deb100149585a4d58067d81db6e (commit)

commit 73c31c232d3e0c5888cf3ba05a669b9fa62ff52d
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Jan 30 09:21:07 2011 +0100

    Set focus on the folder view initially.
    
    The focus shouldn't be on the toolbar. And having the focus
    on the folder view allows users to use arrows to select folders.

 postler/postler-bureau.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index d5bd789..1dc7f3c 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -747,6 +747,8 @@ public class Postler.Bureau : Gtk.Window {
 
         folders.messages = messages;
         messages.content = content;
+
+        folders.grab_focus ();
     }
 }
 



More information about the Xfce4-commits mailing list