From 230a127bc8fdf638a0ecccecf43cfed425f30468 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 16 Mar 2013 23:24:36 -0400 Subject: Favor nullptr over NULL --- notify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify.h b/notify.h index 4718f20..10423ee 100644 --- a/notify.h +++ b/notify.h @@ -81,7 +81,7 @@ class LibnotifyNotifier : public Notifier { notify_notification_set_urgency(notification, NOTIFY_URGENCY_NORMAL); notify_notification_set_hint_int32(notification, "value", vol); notify_notification_set_hint_string(notification, "synchronous", "volume"); - notify_notification_show(notification, NULL); + notify_notification_show(notification, nullptr); g_object_unref(G_OBJECT(notification)); } }; -- cgit v1.2.3
[fork] set imap idle timeout to 600s, some servers don't follow rfc recommendationsgit
aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/debian_rc
blob: 7bbdbdc8440302660efe427e8fc067ae7a1c6e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40