Revision: 1499
http://geeqie.svn.sourceforge.net/geeqie/?rev=1499&view=rev
Author: nadvornik
Date: 2009-03-08 21:12:45 +0000 (Sun, 08 Mar 2009)
Log Message:
-----------
fixed crash with certain layout configurations
Modified Paths:
--------------
trunk/src/layout.c
Modified: trunk/src/layout.c
===================================================================
--- trunk/src/layout.c 2009-03-08 20:49:48 UTC (rev 1498)
+++ trunk/src/layout.c 2009-03-08 21:12:45 UTC (rev 1499)
@@ -1718,6 +1718,8 @@
if (dir_fd) file_data_unregister_real_time_monitor(dir_fd);
lw->dir_fd = NULL;
+ layout_geometry_get_dividers(lw, &lw->options.main_window.hdivider_pos,
&lw->options.main_window.vdivider_pos);
+
/* lw->image is preserved together with lw->utility_box */
if (lw->utility_box)
{
@@ -1727,8 +1729,6 @@
gtk_container_remove(GTK_CONTAINER(lw->utility_box->parent),
lw->utility_box);
}
- layout_geometry_get_dividers(lw, &lw->options.main_window.hdivider_pos,
&lw->options.main_window.vdivider_pos);
-
/* clear it all */
lw->h_pane = NULL;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn