Mercurial > pidgin.yaz
view doc/savedstatus-signals.dox @ 25943:b73c79f7490c
Fix the timezone parsing (again) and display the timezone in the info dialog
Use sscanf instead of trying to be fancy/lazy and append the timezone as
'GMT([+-]HH:MM)?' in the Get Info dialog.
Thanks to Marcus for his continued testing with this (my test env. consists
of two instances on the same computer, so it's clearly lacking a bit) and
suggestion to show the timezone.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 09 Feb 2009 00:03:08 +0000 |
parents | e0613cf8c493 |
children |
line wrap: on
line source
/** @page savedstatus-signals Saved Status Signals @signals @signal savedstatus-changed @endsignals @see savedstatus.h <hr> @signaldef savedstatus-changed @signalproto void (*savedstatus_changed)(PurpleSavedStatus *new, PurpleSavedStatus *old); @endsignalproto @signaldesc Emitted when a new saved status is activated. @endsignaldef */ // vim: syntax=c.doxygen tw=75 et