This bug was fixed in the package indicator-datetime - 13.10.0+14.04.20131125-0ubuntu1
--------------- indicator-datetime (13.10.0+14.04.20131125-0ubuntu1) trusty; urgency=low [ Charles Kerr ] * Switch the build system to cmake. (LP: #1237509) * As per the spec, let users show the year in indicator-datetime. (LP: #465689) * Don't generate g_critical() messages in the log when the timezone object is clearing its value. . (LP: #1246532) * When in the desktop-greeter mode, don't allow clicking on calendar dates to launch evolution. (LP: #1246812) * Use g_icon_serialize() output when setting menuitems' "icon" property. * In src/clock-live.c, pass the right pointer to on_detect_location_changed(). (LP: #1251460) [ Ted Gould ] * Adding a phone_greeter profile. * Upstart Job. (LP: #1185565) [ Ubuntu daily release ] * Automatic snapshot from revision 289 -- Ubuntu daily release <ps-jenk...@lists.canonical.com> Mon, 25 Nov 2013 03:55:52 +0000 ** Changed in: indicator-datetime (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-datetime in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1251460 Title: crash in clock-live.c's set_detect_location_enabled() Status in The Date and Time Indicator: Fix Committed Status in “indicator-datetime” package in Ubuntu: Fix Released Bug description: clock-live.c has a private function with this signature: > static void on_detect_location_changed (IndicatorDatetimeClockLive * self) and indicator_datetime_clock_live_init() has this code: > g_signal_connect (p->settings, "changed::" SETTINGS_SHOW_DETECTED_S, > G_CALLBACK(on_detect_location_changed), self); This should be _connect_swapped() s.t. self is passed to on_detect_location_changed(). To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-datetime/+bug/1251460/+subscriptions -- Mailing list: https://launchpad.net/~dx-packages Post to : dx-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~dx-packages More help : https://help.launchpad.net/ListHelp