summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/daemon/daemon.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index 37d7006..88927ed 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -1683,10 +1683,10 @@ static gboolean notify_daemon_get_server_information (NotifyDaemonNotifications
{
notify_daemon_notifications_complete_get_server_information(object,
invocation,
- g_strdup("Notification Daemon"),
- g_strdup("MATE"),
- g_strdup(PACKAGE_VERSION),
- g_strdup("1.1"));
+ "Notification Daemon",
+ "MATE",
+ PACKAGE_VERSION,
+ "1.1");
return TRUE;
}