diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-07-09 23:44:58 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-07-09 23:44:58 +0800 |
commit | c1ea2e3b533fea657d90a3b6e263675526f192e5 (patch) | |
tree | c5c87fd084b2847170aac010b40268ec663cd5cc /libempathy-gtk/Makefile.am | |
parent | 3677c23545f7e549c72096112159eecd895a4270 (diff) | |
download | gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar.gz gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar.bz2 gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar.lz gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar.xz gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar.zst gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.zip |
Add MSN setting UI. Fixes bug #443162 (Cosimo Cecchi).
2007-07-09 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-account-widget-msn.glade:
* libempathy-gtk/empathy-account-widget-msn.c:
* libempathy-gtk/empathy-account-widget-msn.h:
* libempathy-gtk/empathy-accounts-dialog.c:
* libempathy-gtk/Makefile.am: Add MSN setting UI. Fixes bug #443162
(Cosimo Cecchi).
* libempathy-gtk/empathy-chat-view.c:
* libempathy/empathy-log-manager.c:
* libempathy/empathy-log-manager.h: Add needed API to show chat logs in
Tracker. Fixes bug #452536.
svn path=/trunk/; revision=178
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 8e7ef602f..653c26811 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -39,7 +39,8 @@ libempathy_gtk_la_SOURCES = \ empathy-new-chatroom-dialog.c \ empathy-chatrooms-window.c \ empathy-log-window.c \ - empathy-ui-utils.c + empathy-ui-utils.c \ + empathy-account-widget-msn.c libempathy_gtk_la_LIBADD = \ $(EMPATHY_LIBS) \ @@ -95,7 +96,8 @@ glade_DATA = \ empathy-chatrooms-window.glade \ empathy-spell-dialog.glade \ empathy-log-window.glade \ - empathy-chat.glade + empathy-chat.glade \ + empathy-account-widget-msn.glade dtddir = $(datadir)/empathy dtd_DATA = \ |