Revision: 1055
http://geeqie.svn.sourceforge.net/geeqie/?rev=1055&view=rev
Author: nadvornik
Date: 2008-08-12 20:21:25 +0000 (Tue, 12 Aug 2008)
Log Message:
-----------
fixed crash with float file list and geeqie --blank
Modified Paths:
--------------
trunk/src/layout.c
Modified: trunk/src/layout.c
===================================================================
--- trunk/src/layout.c 2008-08-11 18:53:19 UTC (rev 1054)
+++ trunk/src/layout.c 2008-08-12 20:21:25 UTC (rev 1055)
@@ -1589,7 +1589,7 @@
layout_image_full_screen_stop(lw);
dir_fd = lw->dir_fd;
- file_data_unregister_real_time_monitor(lw->dir_fd);
+ if (dir_fd) file_data_unregister_real_time_monitor(dir_fd);
lw->dir_fd = NULL;
lw->image = NULL;
lw->utility_box = NULL;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn