diff src/fullscreen.c @ 138:71e1ebee420e

replaced gchar* path with FileData *fd
author nadvornik
date Tue, 11 Sep 2007 20:06:29 +0000
parents 6281cc38e5ca
children f6e307c7bad6
line wrap: on
line diff
--- a/src/fullscreen.c	Thu Aug 23 20:45:59 2007 +0000
+++ b/src/fullscreen.c	Tue Sep 11 20:06:29 2007 +0000
@@ -327,7 +327,7 @@
 #ifdef HIDE_WINDOW_IN_FULLSCREEN
 	gtk_widget_hide(fs->normal_window);
 #endif
-	image_change_path(fs->normal_imd, NULL, image_zoom_get(fs->normal_imd));
+	image_change_fd(fs->normal_imd, NULL, image_zoom_get(fs->normal_imd));
 
 	return fs;
 }