Code

wrap vfs_read_callback() callback in #ifdef WITH_GNOME_VFS
authorishmal <ishmal@users.sourceforge.net>
Sun, 17 Feb 2008 20:57:44 +0000 (20:57 +0000)
committerishmal <ishmal@users.sourceforge.net>
Sun, 17 Feb 2008 20:57:44 +0000 (20:57 +0000)
src/ui/dialog/ocaldialogs.cpp

index 09eb96191bf91a9292fab7045a8d2c4e48b26b3d..7d56470a8441e05af63206d2ba46a9b0638ec414 100644 (file)
@@ -382,6 +382,8 @@ Glib::ustring FileListViewText::getFilename()
     return myFilename;
 }
 
+
+#ifdef WITH_GNOME_VFS
 /**
  * Read callback for xmlReadIO(), used below
  */
@@ -402,6 +404,8 @@ static int vfs_read_callback (GnomeVFSHandle *handle, char* buf, int nb)
         return -1;
     }
 }
+#endif
+
 
 /**
  * Callback for user input into searchTagEntry
@@ -477,6 +481,7 @@ void FileImportFromOCALDialog::searchTagEntryChangedCallback()
 #endif    
 }
 
+
 /**
  * Prints the names of the all the xml elements 
  * that are siblings or children of a given xml node