SOURCES: eog-segfault_at_startup.patch (NEW) - fix segfault when s...

megabajt megabajt at pld-linux.org
Sat Sep 1 20:16:55 CEST 2007


Author: megabajt                     Date: Sat Sep  1 18:16:55 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix segfault when starting without any images (from svn.gnome.org)

---- Files affected:
SOURCES:
   eog-segfault_at_startup.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/eog-segfault_at_startup.patch
diff -u /dev/null SOURCES/eog-segfault_at_startup.patch:1.1
--- /dev/null	Sat Sep  1 20:16:55 2007
+++ SOURCES/eog-segfault_at_startup.patch	Sat Sep  1 20:16:50 2007
@@ -0,0 +1,12 @@
+--- trunk/src/eog-application.c	2007/08/27 18:43:54	4002
++++ trunk/src/eog-application.c	2007/08/28 10:16:11	4007
+@@ -249,7 +249,8 @@
+ {
+ 	EogWindow *new_window = NULL;
+ 
+-	new_window = eog_application_get_uri_window (application, 
++	if (uri_list != NULL)
++		new_window = eog_application_get_uri_window (application, 
+ 						     (GnomeVFSURI *) uri_list->data);
+ 
+ 	if (new_window != NULL) {
================================================================


More information about the pld-cvs-commit mailing list