]> git.pld-linux.org Git - packages/eog.git/blob - eog-segfault_at_startup.patch
- fix segfault when starting without any images (from svn.gnome.org)
[packages/eog.git] / eog-segfault_at_startup.patch
1 --- trunk/src/eog-application.c 2007/08/27 18:43:54     4002
2 +++ trunk/src/eog-application.c 2007/08/28 10:16:11     4007
3 @@ -249,7 +249,8 @@
4  {
5         EogWindow *new_window = NULL;
6  
7 -       new_window = eog_application_get_uri_window (application, 
8 +       if (uri_list != NULL)
9 +               new_window = eog_application_get_uri_window (application, 
10                                                      (GnomeVFSURI *) uri_list->data);
11  
12         if (new_window != NULL) {
This page took 0.089877 seconds and 3 git commands to generate.