[geary/wip/765516-gtk-widget-conversation-viewer: 70/117] Namespace a Geary GTK+ theme CSS class.



commit 8d8b6c0a9d7dd45843a773c2703c3dff7f3497d1
Author: Michael James Gratton <mike vee net>
Date:   Fri May 13 11:23:44 2016 +1000

    Namespace a Geary GTK+ theme CSS class.

 .../conversation-viewer/conversation-email.vala    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/client/conversation-viewer/conversation-email.vala 
b/src/client/conversation-viewer/conversation-email.vala
index 1a12bc8..1897436 100644
--- a/src/client/conversation-viewer/conversation-email.vala
+++ b/src/client/conversation-viewer/conversation-email.vala
@@ -254,7 +254,7 @@ public class ConversationEmail : Gtk.Box {
 
         // if (email.from != null && email.from.contains_normalized(current_account_information.email)) {
         //  // XXX set a RO property?
-        //  get_style_context().add_class("sent");
+        //  get_style_context().add_class("geary_sent");
         // }
 
         // Add sub_messages container and message viewers if there are any


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