comparison src/dupe.c @ 1445:cb0040be832e

fixed viewing image from dupe and search windows
author nadvornik
date Sun, 15 Mar 2009 17:40:04 +0000
parents a005287bffc7
children 5f49f305a6b6
comparison
equal deleted inserted replaced
1444:a005287bffc7 1445:cb0040be832e
1991 view_window_new_from_list(list); 1991 view_window_new_from_list(list);
1992 filelist_free(list); 1992 filelist_free(list);
1993 } 1993 }
1994 else 1994 else
1995 { 1995 {
1996 layout_image_set_fd(NULL, di->fd); 1996 layout_set_fd(NULL, di->fd);
1997 } 1997 }
1998 } 1998 }
1999 } 1999 }
2000 2000
2001 static void dupe_window_remove_selection(DupeWindow *dw, GtkWidget *listview) 2001 static void dupe_window_remove_selection(DupeWindow *dw, GtkWidget *listview)