Diff of /trunk/src/html.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 293 by harbaum, Sat Dec 12 12:54:37 2009 UTC revision 294 by harbaum, Wed Aug 18 18:24:19 2010 UTC
# Line 98  gpointer loader_thread(gpointer data) { Line 98  gpointer loader_thread(gpointer data) {
98    
99    result = gnome_vfs_open(&handle, context->url, GNOME_VFS_OPEN_READ);    result = gnome_vfs_open(&handle, context->url, GNOME_VFS_OPEN_READ);
100    if(result != GNOME_VFS_OK) {    if(result != GNOME_VFS_OK) {
101      g_print("%p: open error: %s\n", self, gnome_vfs_result_to_string(result));      g_print("%p: open error: %s\n(is libgnomevfs2-extra installed?)\n",
102                self, gnome_vfs_result_to_string(result));
103    
104      release_load_context(self, context);      release_load_context(self, context);
105      return NULL;      return NULL;

Legend:
Removed from v.293  
changed lines
  Added in v.294