[Xfce4-commits] <postler:master> Hide message part buttons when	showing dashboard
    Christian Dywan 
    noreply at xfce.org
       
    Fri Aug 13 02:56:08 CEST 2010
    
    
  
Updating branch refs/heads/master
         to d789ad143da83015a37093ef198ab03a0e3c8caa (commit)
       from cccf3ec8ea521c6b257b72a77f8d17837e34b6b1 (commit)
commit d789ad143da83015a37093ef198ab03a0e3c8caa
Author: Christian Dywan <christian at twotoasts.de>
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 {
    
    
More information about the Xfce4-commits
mailing list