diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-06-14 18:45:38 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-14 18:45:38 +0800 |
commit | 93e7c475bce7aca22c2b073b7c4b564121625b3c (patch) | |
tree | 4c826195bb664ea62405412935ce4047dbf31c95 /libempathy/empathy-log-manager.h | |
parent | c82238798de571010689f3a3f6207f37cba1bb2d (diff) | |
download | gsoc2013-empathy-93e7c475bce7aca22c2b073b7c4b564121625b3c.tar gsoc2013-empathy-93e7c475bce7aca22c2b073b7c4b564121625b3c.tar.gz gsoc2013-empathy-93e7c475bce7aca22c2b073b7c4b564121625b3c.tar.bz2 gsoc2013-empathy-93e7c475bce7aca22c2b073b7c4b564121625b3c.tar.lz gsoc2013-empathy-93e7c475bce7aca22c2b073b7c4b564121625b3c.tar.xz gsoc2013-empathy-93e7c475bce7aca22c2b073b7c4b564121625b3c.tar.zst gsoc2013-empathy-93e7c475bce7aca22c2b073b7c4b564121625b3c.zip |
Do not create log directory for a chat if there is no messages to put in.
2007-06-13 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/gossip-log-window.c:
* libempathy-gtk/gossip-chat-window.c:
* libempathy/empathy-log-manager.c:
* libempathy/empathy-log-manager.h: Do not create log directory for a
chat if there is no messages to put in. Show logs and information for
the contact we are speaking with in the chat window menu.
svn path=/trunk/; revision=150
Diffstat (limited to 'libempathy/empathy-log-manager.h')
-rw-r--r-- | libempathy/empathy-log-manager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-log-manager.h b/libempathy/empathy-log-manager.h index 9a163fd36..d1a5f431d 100644 --- a/libempathy/empathy-log-manager.h +++ b/libempathy/empathy-log-manager.h @@ -65,6 +65,10 @@ void empathy_log_manager_add_message (EmpathyLogManager const gchar *chat_id, gboolean chatroom, GossipMessage *message); +gboolean empathy_log_manager_exists (EmpathyLogManager *manager, + McAccount *account, + const gchar *chat_id, + gboolean chatroom); GList * empathy_log_manager_get_dates (EmpathyLogManager *manager, McAccount *account, const gchar *chat_id, |