Closes #757110 Initializes decoration_layout when composing new e-mail and when replying to / forwarding e-mail

This commit is contained in:
Ralph Plawetzki 2015-12-03 11:07:56 +01:00 committed by Adam Dingle
parent 4625e94728
commit c43266d08e

View file

@ -134,7 +134,7 @@ public class PillHeaderbar : Gtk.HeaderBar, PillBar {
string layout;
bool at_end = false;
#if GTK_3_12
layout = decoration_layout;
layout = Gtk.Settings.get_default().gtk_decoration_layout;
#else
get_toplevel().style_get("decoration-button-layout", out layout);
#endif