[geary] Closes #757110 Initializes decoration_layout when composing new e-mail and when replying to / forwar
- From: Adam Dingle <adamd src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary] Closes #757110 Initializes decoration_layout when composing new e-mail and when replying to / forwar
- Date: Tue, 12 Apr 2016 08:56:12 +0000 (UTC)
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]