diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-01-17 15:17:40 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-01-17 15:17:40 -0600 |
commit | 0f7689e25e2fd241fbb55c78bad0d3aa16fd9705 (patch) | |
tree | e922ce243663d62884b2c2fb657becafe19137b4 /src | |
parent | 61f80b55a78feae1549d4121c355410f8aac71d6 (diff) | |
download | ayatana-indicator-datetime-0f7689e25e2fd241fbb55c78bad0d3aa16fd9705.tar.gz ayatana-indicator-datetime-0f7689e25e2fd241fbb55c78bad0d3aa16fd9705.tar.bz2 ayatana-indicator-datetime-0f7689e25e2fd241fbb55c78bad0d3aa16fd9705.zip |
remove g_type_init() calls and bump glib minimum to 2.35.4, where g_type_init() is deprecated
Diffstat (limited to 'src')
-rw-r--r-- | src/datetime-service.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c index 8e88586..5378011 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -1401,8 +1401,6 @@ update_appointments (void) int main (int argc, char ** argv) { - g_type_init(); - /* Acknowledging the service init and setting up the interface */ service = indicator_service_new_version(SERVICE_NAME, SERVICE_VERSION); g_signal_connect(service, INDICATOR_SERVICE_SIGNAL_SHUTDOWN, G_CALLBACK(service_shutdown), NULL); |