From 1c8571d3ae06fc83fbb269dc4b0a46d9f08ae6c4 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Sat, 24 Nov 2007 13:23:35 +0000 Subject: [PATCH] Even though we have e_dbus support, it isn't sure that we get a dbus connection. SVN revision: 32860 --- src/bin/e_fm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_fm_main.c b/src/bin/e_fm_main.c index fc7bfd05e..22b33175e 100644 --- a/src/bin/e_fm_main.c +++ b/src/bin/e_fm_main.c @@ -249,7 +249,7 @@ main(int argc, char **argv) } #ifdef HAVE_EDBUS - e_dbus_connection_close(_e_dbus_conn); + if (_e_dbus_conn) e_dbus_connection_close(_e_dbus_conn); e_dbus_shutdown(); _e_storage_volume_edd_shutdown(); #endif