summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input/input_gnome_vfs.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/input/input_gnome_vfs.c b/src/input/input_gnome_vfs.c
index 8ba5f9a59..4cf5ff46a 100644
--- a/src/input/input_gnome_vfs.c
+++ b/src/input/input_gnome_vfs.c
@@ -18,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: input_gnome_vfs.c,v 1.5 2003/02/14 14:58:06 guenter Exp $
+ * $Id: input_gnome_vfs.c,v 1.6 2003/02/23 03:56:10 hadess Exp $
*/
@@ -330,7 +330,9 @@ static void
D("init_input_class");
if (gnome_vfs_initialized () == FALSE)
- gnome_vfs_init ();
+ if (gnome_vfs_init () == FALSE)
+ return NULL;
+
if (!g_thread_supported ())
g_thread_init (NULL);