Mercurial > emacs
comparison lisp/net/tramp-gvfs.el @ 104142:488fbd6258f7
* net/tramp-gvfs.el (top): Remove superfluous message when loading
fails.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Tue, 04 Aug 2009 03:29:54 +0000 |
parents | 8d104b8ecf66 |
children | d52f81521f32 |
comparison
equal
deleted
inserted
replaced
104141:d37c3737e41f | 104142:488fbd6258f7 |
---|---|
143 (defconst tramp-gvfs-service-daemon "org.gtk.vfs.Daemon" | 143 (defconst tramp-gvfs-service-daemon "org.gtk.vfs.Daemon" |
144 "The well known name of the GVFS daemon.") | 144 "The well known name of the GVFS daemon.") |
145 | 145 |
146 ;; Check that GVFS is available. | 146 ;; Check that GVFS is available. |
147 (unless (dbus-ping :session tramp-gvfs-service-daemon) | 147 (unless (dbus-ping :session tramp-gvfs-service-daemon) |
148 (message "GVFS daemon not running") | |
149 (throw 'tramp-loading nil)) | 148 (throw 'tramp-loading nil)) |
150 | 149 |
151 (defconst tramp-gvfs-path-mounttracker "/org/gtk/vfs/mounttracker" | 150 (defconst tramp-gvfs-path-mounttracker "/org/gtk/vfs/mounttracker" |
152 "The object path of the GVFS daemon.") | 151 "The object path of the GVFS daemon.") |
153 | 152 |