Updating branch refs/heads/master
         to d789ad143da83015a37093ef198ab03a0e3c8caa (commit)
       from cccf3ec8ea521c6b257b72a77f8d17837e34b6b1 (commit)

commit d789ad143da83015a37093ef198ab03a0e3c8caa
Author: Christian Dywan <[email protected]>
Date:   Sat Aug 7 16:29:48 2010 +0200

    Hide message part buttons when showing dashboard

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

diff --git a/postler/postler-viewer.vala b/postler/postler-viewer.vala
index ba915fa..56bda99 100644
--- a/postler/postler-viewer.vala
+++ b/postler/postler-viewer.vala
@@ -170,6 +170,8 @@ public class Postler.Viewer : Gtk.VBox {
     }
 
     void show_dashboard () {
+        message_parts.parent.parent.hide ();
+
         string encoded_logo = "";
         Gdk.Pixbuf pixbuf = null;
         try {
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to