summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-10-19 17:36:43 +0300
committermonsta <[email protected]>2015-10-19 17:36:43 +0300
commitde4903ea226f2201989435073c1545647270a168 (patch)
tree20b9fe67f9b19be23684cb2de68226b964984c82
parent75a97c0721b36ee3aafb33b0daed60a0348072f2 (diff)
downloadmate-notification-daemon-de4903ea226f2201989435073c1545647270a168.tar.bz2
mate-notification-daemon-de4903ea226f2201989435073c1545647270a168.tar.xz
one more change from char* to gchar*
-rw-r--r--src/daemon/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index e82ae90..92fcb0b 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -405,7 +405,7 @@ static void on_popup_location_changed(GSettings *settings, gchar *key, NotifyDae
static void notify_daemon_init(NotifyDaemon* daemon)
{
- char* location;
+ gchar *location;
daemon->priv = G_TYPE_INSTANCE_GET_PRIVATE(daemon, NOTIFY_TYPE_DAEMON, NotifyDaemonPrivate);