SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
graphics/gpicview/patches/patch-src_main-win_c
Normal file
12
graphics/gpicview/patches/patch-src_main-win_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue