From 4ce14ebec31f60a4a6bdd781f88607731912f557 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 13 Jun 2007 21:58:16 +0000 Subject: New window for viewing logs. 2007-06-13 Xavier Claessens * libempathy-gtk/Makefile.am: * libempathy-gtk/gossip-log-window.glade: * libempathy-gtk/gossip-log-window.h: * libempathy-gtk/gossip-log-window.c: * libempathy/empathy-log-manager.c: * libempathy/empathy-log-manager.h: * libempathy-gtk/gossip-chat.c: * libempathy-gtk/empathy-main-window.c: New window for viewing logs. * libempathy-gtk/gossip-chat-view.c: Do not use smooth scroll when resizing the view. * libempathy-gtk/gossip-contact-list-store.c: Do not set active contacts when creating the store, and when contact groups changed. * src/empathy-main.c: Fix warning when using command-line options. * libempathy/empathy-tp-contact-list.c: Check if we have an aliasing iface before setting the alias of a contact. * TODO: Updated. * data/jabber.profile: Ignore ssl errors by default. This is a security vulnerability but we don't really have the choice. * libempathy/gossip-contact.h: * libempathy/gossip-contact.c: Add a "is-user" property to know if it's our self contact. * libempathy/gossip-message.h: * libempathy/gossip-message.c: Add a "receiver" property like that we have our self contact for nick highlight. svn path=/trunk/; revision=148 --- src/empathy-main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/empathy-main.c b/src/empathy-main.c index f64b2d6e9..92a66b2c8 100644 --- a/src/empathy-main.c +++ b/src/empathy-main.c @@ -127,6 +127,7 @@ main (int argc, char *argv[]) 0, G_OPTION_ARG_NONE, &no_connect, N_("Don't connect on startup"), NULL }, + { NULL } }; bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); -- cgit v1.2.3