[Xfce4-commits] <postler:master> Hide the Copy entry upon toggling the arrow

Christian Dywan noreply at xfce.org
Wed Mar 30 22:38:02 CEST 2011


Updating branch refs/heads/master
         to 0807af2df5de437942e1ad5c5789973dd9a6aa3b (commit)
       from cbeb9bfcfa8b6398164e4d83e789ea1b03387000 (commit)

commit 0807af2df5de437942e1ad5c5789973dd9a6aa3b
Author: Sergio Spinatelli <spinatelli.sergio at gmail.com>
Date:   Tue Mar 29 00:09:44 2011 +0200

    Hide the Copy entry upon toggling the arrow
    
    Fixes: https://bugs.launchpad.net/postler/+bug/741914

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

diff --git a/postler/postler-composer.vala b/postler/postler-composer.vala
index 39e343f..7203621 100644
--- a/postler/postler-composer.vala
+++ b/postler/postler-composer.vala
@@ -630,6 +630,7 @@ public class Postler.Composer : Gtk.Window {
                 arrow.arrow_type = Gtk.ArrowType.DOWN;
             }
             else {
+                entry_copy.parent.hide ();
                 entry_blind_copy.parent.hide ();
                 arrow.arrow_type = Gtk.ArrowType.RIGHT;
             }



More information about the Xfce4-commits mailing list