Re: colour of the headers box



On 01/05/2004 02:24:26 PM, Carlos Morgado wrote:
[ snip ]
> ah! I saw that too but since i was playing with gtkhtml3 i  
> wasn't exactly sure were it came from.

Event boxes are strange...this seems to fix it:

diff -u -r1.269 balsa-message.c
--- src/balsa-message.c 4 Jan 2004 16:43:51 -0000       1.269
+++ src/balsa-message.c 5 Jan 2004 21:18:02 -0000
@@ -935,11 +935,12 @@
     balsa_message_clear_tree(bm);

     if (message == NULL) {
-        gtk_widget_hide_all(bm->header_box);
+        gtk_widget_hide(bm->cont_viewport);
         gtk_notebook_set_show_tabs(GTK_NOTEBOOK(bm->notebook),  
FALSE);
         gtk_notebook_set_current_page(GTK_NOTEBOOK(bm-
>notebook), 0);
         return TRUE;
     }
+    gtk_widget_show(bm->cont_viewport);

     bm->message = message;


> Also, the pretty headers don't show on encapsulated messages.

...and they won't, until we render messages recursively!  Well,  
maybe they could...

Peter



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]