Re: Some thoughts on the new message parts UI (long!)



Am 22.08.03 14:15 schrieb(en) Peter Bloomfield:
> structure.  (But why can't I collapse parts of it? I  agree it should  
> start out fully expanded, but for a complicated  message, I might want  
> to collapse parts to avoid vertical  scrolling.)

I must admit that I don't remember why I introduced that feature, and I  
agree that it's completely useless... Anyway, it's fixed by a two-liner  
just removing a callback; see below.

Cheers, Albrecht.

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Albrecht Dreß  -  Johanna-Kirchner-Straße 13  -  D-53123 Bonn (Germany)
       Phone (+49) 228 6199571  -  mailto:albrecht.dress@arcor.de
_________________________________________________________________________
--- balsa/src/balsa-message.c	Fri Aug  8 21:42:23 2003
+++ balsa-rfc3156/src/balsa-message.c	Fri Aug 22 18:59:53 2003
@@ -360,8 +360,6 @@
 				G_TYPE_STRING);
     bm->treeview = gtk_tree_view_new_with_model (GTK_TREE_MODEL(model));
     selection = gtk_tree_view_get_selection(GTK_TREE_VIEW (bm->treeview));
-    g_signal_connect(bm->treeview, "row-collapsed",
-		     G_CALLBACK(gtk_tree_view_expand_all), NULL);
     g_signal_connect(bm->treeview, "row-activated",
 		     G_CALLBACK(tree_activate_row_cb), bm);    
     g_signal_connect(bm->treeview, "button_press_event",

PGP signature



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