[notification-daemon] rename daemon.[c/h] to nd-daemon.[c/h]
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [notification-daemon] rename daemon.[c/h] to nd-daemon.[c/h]
- Date: Wed, 16 Sep 2015 20:13:46 +0000 (UTC)
commit b4e037a620f97e22a7d6866064e4f71c3975eb02
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Wed Sep 16 16:18:04 2015 +0300
rename daemon.[c/h] to nd-daemon.[c/h]
po/POTFILES.in | 2 +-
src/Makefile.am | 4 ++--
src/{daemon.c => nd-daemon.c} | 2 +-
src/{daemon.h => nd-daemon.h} | 0
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 9340b43..5c3bfc8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,8 +2,8 @@
# Please keep this file sorted alphabetically.
data/notification-daemon.desktop.in.in
data/notification-daemon-autostart.desktop.in.in
-src/daemon.c
src/nd-bubble.c
+src/nd-daemon.c
src/nd-notification-box.c
src/nd-queue.c
src/sound.c
diff --git a/src/Makefile.am b/src/Makefile.am
index fc04892..789fc16 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,6 +5,8 @@ libexec_PROGRAMS = \
$(NULL)
notification_daemon_SOURCES = \
+ nd-daemon.c \
+ nd-daemon.h \
nd-notification.c \
nd-notification.h \
nd-notification-box.c \
@@ -15,8 +17,6 @@ notification_daemon_SOURCES = \
nd-stack.h \
nd-queue.c \
nd-queue.h \
- daemon.c \
- daemon.h \
sound.c \
sound.h \
$(BUILT_SOURCES) \
diff --git a/src/daemon.c b/src/nd-daemon.c
similarity index 99%
rename from src/daemon.c
rename to src/nd-daemon.c
index 7f6d8a0..2f5f89d 100644
--- a/src/daemon.c
+++ b/src/nd-daemon.c
@@ -40,7 +40,7 @@
#include <X11/Xatom.h>
#include <gdk/gdkx.h>
-#include "daemon.h"
+#include "nd-daemon.h"
#include "nd-notification.h"
#include "nd-queue.h"
diff --git a/src/daemon.h b/src/nd-daemon.h
similarity index 100%
rename from src/daemon.h
rename to src/nd-daemon.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]