[geary] Closes #757110 Initializes decoration_layout when composing new e-mail and when replying to / forwar



commit c43266d08ebaba49e9b4d5220b58637c851933e2
Author: Ralph Plawetzki <ralph purejava org>
Date:   Thu Dec 3 11:07:56 2015 +0100

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

 src/client/components/pill-toolbar.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/client/components/pill-toolbar.vala b/src/client/components/pill-toolbar.vala
index 559058c..4d8df67 100644
--- a/src/client/components/pill-toolbar.vala
+++ b/src/client/components/pill-toolbar.vala
@@ -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


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