[shotwell] Fix typo



commit aae874a437d5074562887eced6fd38ceae33fb9e
Author: Jens Georg <mail jensge org>
Date:   Wed Nov 23 23:47:55 2016 +0100

    Fix typo
    
    Signed-off-by: Jens Georg <mail jensge org>

 src/events/EventsDirectoryPage.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/events/EventsDirectoryPage.vala b/src/events/EventsDirectoryPage.vala
index 850f0ce..af20d99 100644
--- a/src/events/EventsDirectoryPage.vala
+++ b/src/events/EventsDirectoryPage.vala
@@ -118,7 +118,7 @@ public abstract class EventsDirectoryPage : CheckerboardPage {
         base.add_actions ();
         AppWindow.get_instance ().add_action_entries (entries, this);
 
-        var display_comments = Config.Facade.get_instance().get_display_event_comments()
+        var display_comments = Config.Facade.get_instance().get_display_event_comments();
         get_action ("ViewComment").change_state (display_comments);
     }
 


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