[Xfce4-commits] <postler:master> Archive and Delete should initially be disabled

Christian Dywan noreply at xfce.org
Sat Jul 10 00:24:07 CEST 2010


Updating branch refs/heads/master
         to 64dd3be49bffa8447efff8afd9f6c0b9eb8c39e6 (commit)
       from 6488c0b9fe093541db6e375a66c84dfd4ac8be5a (commit)

commit 64dd3be49bffa8447efff8afd9f6c0b9eb8c39e6
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Jun 27 22:39:24 2010 +0200

    Archive and Delete should initially be disabled

 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 a422215..3e5b2dd 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -387,6 +387,8 @@ public class Postler.Bureau : Gtk.Window {
         actions.get_action ("SaveSearch").is_important = true;
         messages_box.pack_start (search_options, false, false, 0);
         messages = new Postler.Messages (accounts);
+        actions.get_action ("MessageArchive").sensitive = false;
+        actions.get_action ("MessageDelete").sensitive = false;
         messages.notify["selected-location"].connect ((object, pspec) => {
             Postler.Messages messages = object as Postler.Messages;
             bool state = messages.selected_location != null;



More information about the Xfce4-commits mailing list