Revision: 1062
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1062&view=rev
Author:   zas_
Date:     2008-08-17 09:00:33 +0000 (Sun, 17 Aug 2008)

Log Message:
-----------
Move variable declaration at start of block.

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

Modified: trunk/src/view_file_icon.c
===================================================================
--- trunk/src/view_file_icon.c  2008-08-16 23:37:26 UTC (rev 1061)
+++ trunk/src/view_file_icon.c  2008-08-17 09:00:33 UTC (rev 1062)
@@ -378,6 +378,7 @@
        gint column;
        GList *list;
        guint toggled_mark;
+       IconData *id;
 
        store = gtk_tree_view_get_model(GTK_TREE_VIEW(vf->listview));
        if (!path || !gtk_tree_model_get_iter(store, &row, path))
@@ -388,8 +389,7 @@
        column = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(cell), 
"column_number"));
        g_object_get(G_OBJECT(cell), "toggled_mark", &toggled_mark, NULL);
 
-       IconData *id = g_list_nth_data(list, column);
-       
+       id = g_list_nth_data(list, column);
        if (id)
                {
                FileData *fd = id->fd;


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

Reply via email to