Revision: 1803
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1803&view=rev
Author:   nadvornik
Date:     2009-07-24 14:07:54 +0000 (Fri, 24 Jul 2009)

Log Message:
-----------
update column sizes after toggling thumbnails

Modified Paths:
--------------
    trunk/src/view_file_list.c

Modified: trunk/src/view_file_list.c
===================================================================
--- trunk/src/view_file_list.c  2009-07-24 13:32:37 UTC (rev 1802)
+++ trunk/src/view_file_list.c  2009-07-24 14:07:54 UTC (rev 1803)
@@ -2060,7 +2060,11 @@
           - no need to re-read the directory
           - force update because the formatted string has changed
        */
-       if (vf->layout) vflist_populate_view(vf, TRUE); 
+       if (vf->layout) 
+               {
+               vflist_populate_view(vf, TRUE);
+               gtk_tree_view_columns_autosize(GTK_TREE_VIEW(vf->listview));
+               }
 }
 
 void vflist_marks_set(ViewFile *vf, gboolean enable)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to