summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2009-09-23 02:20:22 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2009-09-23 02:20:22 -0400
commitfc75418e29157bc9e4e80f5ef1d273b24f45211d (patch)
tree84342ee6a587e6c06b2b291284c40e2cfc4e1429
parent716162eb5ecf1e10f2c76fcdfb41a3fc14ddb6bb (diff)
Rename to Slider
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am8
-rw-r--r--src/theme.c2
3 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 6379bcd..2adadf5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59c)
-AC_INIT([notification-daemon-engine-chelonia],
+AC_INIT([notification-daemon-engine-slider],
[0.1.0],
[])
diff --git a/src/Makefile.am b/src/Makefile.am
index ff3ccc3..58913bb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,13 +1,13 @@
NULL =
enginedir = $(libdir)/notification-daemon-1.0/engines
-engine_LTLIBRARIES = libchelonia.la
+engine_LTLIBRARIES = libslider.la
AM_CPPFLAGS = $(THEME_CFLAGS)
-libchelonia_la_SOURCES = theme.c
+libslider_la_SOURCES = theme.c
-libchelonia_la_LDFLAGS = -module -avoid-version
-libchelonia_la_LIBADD = \
+libslider_la_LDFLAGS = -module -avoid-version
+libslider_la_LIBADD = \
$(THEME_LIBS) \
$(NULL)
diff --git a/src/theme.c b/src/theme.c
index 4139168..bc018fe 100644
--- a/src/theme.c
+++ b/src/theme.c
@@ -1012,7 +1012,7 @@ get_theme_info (char **theme_name,
char **author,
char **homepage)
{
- *theme_name = g_strdup ("Chelonia");
+ *theme_name = g_strdup ("Slider");
*theme_ver = g_strdup_printf ("%d.%d.%d",
THEME_MAJOR_VERSION,
THEME_MINOR_VERSION,