diff options
author | monsta <[email protected]> | 2015-10-19 17:36:43 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-10-19 17:36:43 +0300 |
commit | de4903ea226f2201989435073c1545647270a168 (patch) | |
tree | 20b9fe67f9b19be23684cb2de68226b964984c82 /src/daemon/daemon.c | |
parent | 75a97c0721b36ee3aafb33b0daed60a0348072f2 (diff) | |
download | mate-notification-daemon-de4903ea226f2201989435073c1545647270a168.tar.bz2 mate-notification-daemon-de4903ea226f2201989435073c1545647270a168.tar.xz |
one more change from char* to gchar*
Diffstat (limited to 'src/daemon/daemon.c')
-rw-r--r-- | src/daemon/daemon.c | 2 |
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); |