diff options
author | Alexander Larsson <alexl@redhat.com> | 2008-01-24 14:34:43 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2008-01-24 14:34:43 +0000 |
commit | 0f9b71ba714a05209baba3cad437431530feda06 (patch) | |
tree | 3b6d5b05186da13b5f6ad568d7f9aeca7f0bf391 /daemon/gvfsdaemon.c | |
parent | 8d2810727cc872acd675c54f649ebac9ea04cf24 (diff) | |
download | gvfs-0f9b71ba714a05209baba3cad437431530feda06.tar.gz |
Indentation fix
2008-01-24 Alexander Larsson <alexl@redhat.com>
* daemon/gvfsdaemon.c:
Indentation fix
* hal/ghaldrive.[ch]:
* hal/hal-device.c:
* hal/ghalvolume.c:
* hal/ghalmount.c:
Clean up coding style
* hal/ghalvolumemonitor.[ch]:
Clean up coding style
Don't show drives if we're ignoring all their
volumes (and there are volumes)
* hal/hal-pool.c:
Clean up coding style
Actually look at cap_only.
Free private dbus_connection on error
svn path=/trunk/; revision=1176
Diffstat (limited to 'daemon/gvfsdaemon.c')
-rw-r--r-- | daemon/gvfsdaemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gvfsdaemon.c b/daemon/gvfsdaemon.c index 2e3ff8eb..9d968239 100644 --- a/daemon/gvfsdaemon.c +++ b/daemon/gvfsdaemon.c @@ -325,7 +325,7 @@ job_source_closed_callback (GVfsJobSource *job_source, g_mutex_lock (daemon->lock); daemon->job_sources = g_list_remove (daemon->job_sources, - job_source); + job_source); g_signal_handlers_disconnect_by_func (job_source, (GCallback)job_source_new_job_callback, |