[geary/pantheon_mail: 5/32] yorba code style
- From: Javier Jardón Cabezas <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/pantheon_mail: 5/32] yorba code style
- Date: Wed, 25 Nov 2015 19:51:10 +0000 (UTC)
commit c4d85488c0d09dc521d00b01aacde5f85ee89736
Author: Daniel Foré <daniel elementary io>
Date: Wed Nov 18 13:59:32 2015 -0800
yorba code style
src/client/components/main-window.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/client/components/main-window.vala b/src/client/components/main-window.vala
index 6143fa6..e19e09b 100644
--- a/src/client/components/main-window.vala
+++ b/src/client/components/main-window.vala
@@ -199,7 +199,7 @@ public class MainWindow : Gtk.ApplicationWindow {
folder_list_scrolled.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC);
folder_list_scrolled.add(folder_list);
folder_box = new Gtk.Box(Gtk.Orientation.VERTICAL, 0);
- folder_box.get_style_context ().add_class (Gtk.STYLE_CLASS_SIDEBAR);
+ folder_box.get_style_context().add_class(Gtk.STYLE_CLASS_SIDEBAR);
folder_box.pack_start(folder_list_scrolled, true, true);
// message list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]