diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-03 22:12:30 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-03 22:12:30 +0800 |
commit | 214850e492efd75f8664bbfb98c6dd6bf161aeb6 (patch) | |
tree | fb788b71ca6e6b801d9cd257a6b798287735e763 /src/empathy-main.c | |
parent | 563cdc5a284bc85957f60b14048ba6e42a0c7c87 (diff) | |
download | gsoc2013-empathy-214850e492efd75f8664bbfb98c6dd6bf161aeb6.tar gsoc2013-empathy-214850e492efd75f8664bbfb98c6dd6bf161aeb6.tar.gz gsoc2013-empathy-214850e492efd75f8664bbfb98c6dd6bf161aeb6.tar.bz2 gsoc2013-empathy-214850e492efd75f8664bbfb98c6dd6bf161aeb6.tar.lz gsoc2013-empathy-214850e492efd75f8664bbfb98c6dd6bf161aeb6.tar.xz gsoc2013-empathy-214850e492efd75f8664bbfb98c6dd6bf161aeb6.tar.zst gsoc2013-empathy-214850e492efd75f8664bbfb98c6dd6bf161aeb6.zip |
[darcs-to-svn @ Remove EmpathySession and move all programs into src/]
svn path=/trunk/; revision=28
Diffstat (limited to 'src/empathy-main.c')
-rw-r--r-- | src/empathy-main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/empathy-main.c b/src/empathy-main.c index 94e29e2b5..2aea589f6 100644 --- a/src/empathy-main.c +++ b/src/empathy-main.c @@ -33,7 +33,6 @@ #include <libmissioncontrol/mc-account-monitor.h> #include <libmissioncontrol/mission-control.h> -#include <libempathy/empathy-session.h> #include <libempathy/gossip-debug.h> #include <libempathy-gtk/empathy-main-window.h> #include <libempathy-gtk/gossip-status-presets.h> @@ -106,7 +105,6 @@ destroy_cb (GtkWidget *window, gpointer user_data) { gossip_stock_finalize (); - empathy_session_finalize (); gtk_main_quit (); } |