Even though we have e_dbus support, it isn't sure that we get a dbus

connection.


SVN revision: 32860
This commit is contained in:
Sebastian Dransfeld 2007-11-24 13:23:35 +00:00
parent 82060a3ead
commit 1c8571d3ae
1 changed files with 1 additions and 1 deletions

View File

@ -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