diff options
Diffstat (limited to 'modules/addressbook/e-book-shell-view-private.h')
-rw-r--r-- | modules/addressbook/e-book-shell-view-private.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/addressbook/e-book-shell-view-private.h b/modules/addressbook/e-book-shell-view-private.h index 97fe64e5c5..1a0c803ca3 100644 --- a/modules/addressbook/e-book-shell-view-private.h +++ b/modules/addressbook/e-book-shell-view-private.h @@ -111,7 +111,9 @@ struct _EBookShellViewPrivate { gint preview_index; - gint search_locked; /* can track whether search changed while locked, but it is not usable at the moment */ + /* Can track whether search changed while locked, + * but it is not usable at the moment. */ + gint search_locked; }; void e_book_shell_view_private_init |