Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-gnome
Commits
deee1c21
Unverified
Commit
deee1c21
authored
Oct 26, 2020
by
Sébastien Blin
Browse files
notifier: fix build without LIBNOTIFY
Change-Id: Ic4f5198ec82395f881662faf18dd14b716d5882b
parent
d7d7f4cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/notifier.cpp
View file @
deee1c21
...
...
@@ -66,11 +66,13 @@ G_DEFINE_TYPE_WITH_PRIVATE(Notifier, notifier, GTK_TYPE_BOX);
#define NOTIFIER_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), NOTIFIER_TYPE, NotifierPrivate))
#if USE_LIBNOTIFY
struct
Notification
{
std
::
shared_ptr
<
NotifyNotification
>
nn
;
std
::
string
conversation
;
};
#endif
/* signals */
enum
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment