Mercurial > pidgin.yaz
view libpurple/dbus-useful.h @ 16819:422bcef3154c
Fix ticket #559:
Message Timestamp Formats Parentheses Bug
If you choose "Force traditional..." or set the date to be displayed always
in the conversation window, there are no longer parentheses around the
date/time.
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Thu, 03 May 2007 13:12:16 +0000 |
parents | 32c366eeeb99 |
children |
line wrap: on
line source
#include "conversation.h" PurpleAccount *purple_accounts_find_ext(const char *name, const char *protocol_id, gboolean (*account_test)(const PurpleAccount *account)); PurpleAccount *purple_accounts_find_any(const char *name, const char *protocol); PurpleAccount *purple_accounts_find_connected(const char *name, const char *protocol);