ports/graphics/gpicview/patches/patch-src_main-win_c

13 lines
397 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/main-win.c
--- src/main-win.c.orig
+++ src/main-win.c
@@ -378,7 +378,7 @@ gboolean main_win_open( MainWin* mw, const char* file_
image_list_sort_by_name( mw->img_list, GTK_SORT_DESCENDING );
if (image_list_get_first(mw->img_list))
main_win_open(mw, image_list_get_current_file_path(mw->img_list), zoom);
- return;
+ return FALSE;
}