GNOME Bugzilla – Bug 311609
new attachment bar should use regular gtk+ expander
Last modified: 2009-04-27 19:20:43 UTC
In evolution CVS, when you get an email with attachments you can act on them from a special expandable area above the email message. This area is composed of custom widgets. It would be nice to use the regular gtk+ expander widget, if only for consistency : using the now default Clearlooks theme, regular expanders (e.g. in the "run" dialog) look different than in the evolution attachment bar.
adding the UI keyword.
Yeah, even i wanted to :-). But i couldnt add the save button next to it. Even if it is added by cheating, it isnt allowed to be clicked :-). Probably this bug should be open for future and should be done, when this happens . Of course it is not a blocker.
*** Bug 314256 has been marked as a duplicate of this bug. ***
Bumping version to a stable release.
Got this fixed in my attachment rewrite on the kill-bonobo branch. The trick is to not pack the content into the GtkExpander, but instead pack it alongside the expander in a GtkContainer and manage its visibility manually. With a GObject property binding API (which I added to the branch), managing the visibility is as simple as binding GtkExpander:expanded to GtkWidget:visible. So EExpander is dead.
The attachment rewrite has been committed to the master branch and is believed to have addressed this bug. If you find that not to be the case, please reopen. http://git.gnome.org/cgit/evolution/commit/?id=e377ea5e61171e57f9e892652d0fd1f77953eda8