diff options
author | Jonathan Kang <jonathan121537@gmail.com> | 2014-11-06 14:11:21 +0800 |
---|---|---|
committer | David King <davidk@gnome.org> | 2014-11-11 12:35:43 +0000 |
commit | afda11b8d616ee84d901e5904435c67131dc3cf5 (patch) | |
tree | 846a0cc5b49e3b5475f2fb5086e230bf02e0e061 /src/gl-application.c | |
parent | b19f65206028ae8b4bb6c89635128d8f12350931 (diff) | |
download | gnome-logs-afda11b8d616ee84d901e5904435c67131dc3cf5.tar.gz |
Hide sidebar while viewing event details
https://bugzilla.gnome.org/show_bug.cgi?id=726228
Diffstat (limited to 'src/gl-application.c')
-rw-r--r-- | src/gl-application.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gl-application.c b/src/gl-application.c index 49ccaaa..8f3dcd0 100644 --- a/src/gl-application.c +++ b/src/gl-application.c @@ -23,6 +23,7 @@ #include "gl-categorylist.h" #include "gl-eventtoolbar.h" +#include "gl-eventview.h" #include "gl-eventviewlist.h" #include "gl-util.h" #include "gl-window.h" @@ -177,6 +178,7 @@ gl_application_startup (GApplication *application) gl_window_get_type (); gl_category_list_get_type (); gl_event_toolbar_get_type (); + gl_event_view_get_type (); gl_event_view_list_get_type (); } |