]> git.0d.be Git - empathy.git/commit
Fix a leaked ref.
authorXavier Claessens <xclaesse@gmail.com>
Sat, 30 Jun 2007 21:12:20 +0000 (21:12 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sat, 30 Jun 2007 21:12:20 +0000 (21:12 +0000)
commit63bc73ed30d97c8ecfb1be4bc19c3e30e9aaddf2
tree569b475dff544ef4e2b6f75ac86dc196f600167a
parent7746736afa656f880933e3f5a9effaba490be65a
Fix a leaked ref.

2007-06-30 Xavier Claessens  <xclaesse@gmail.com>

* libempathy-gtk/empathy-account-widget-generic.c: Fix a leaked ref.

* src/empathy.c: If we get a chatroom we have to create an
EmpathyTpChatroom object.

* src/Makefile.am: Fix build system, programs links to libempathy-gtk
and libempathy.

* configure.ac: libempathy does not depends on libgnome-vfs.

* libempathy-gtk/empathy-status-icon.c:
* libempathy-gtk/empathy-chat.c:
* libempathy/empathy-tp-chat.c:
* libempathy/empathy-tp-chat.h:
* libempathy/empathy-filter.c:
* libempathy/empathy-filter.h:
* libempathy/empathy-filter.xml:
* libempathy/Makefile.am: Filter incoming text channels and make
status icon flash when there we receive a new message. Dispatch the
channel only when we get a message and the user click on the icon.

svn path=/trunk/; revision=175
17 files changed:
ChangeLog
configure.ac
libempathy-gtk/empathy-account-widget-generic.c
libempathy-gtk/empathy-chat.c
libempathy-gtk/empathy-group-chat.c
libempathy-gtk/empathy-private-chat.c
libempathy-gtk/empathy-status-icon.c
libempathy/Makefile.am
libempathy/empathy-filter.c [new file with mode: 0644]
libempathy/empathy-filter.h [new file with mode: 0644]
libempathy/empathy-filter.xml [new file with mode: 0644]
libempathy/empathy-tp-chat.c
libempathy/empathy-tp-chat.h
po/ChangeLog
po/pl.po
src/Makefile.am
src/empathy.c