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

commit 0807af2df5de437942e1ad5c5789973dd9a6aa3b
Author: Sergio Spinatelli <[email protected]>
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;
             }
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to