Author: akv
Date: 2009-12-20 00:35:17 +0100 (Sun, 20 Dec 2009)
New Revision: 2803

Modified:
   trunk/src/rs-store.c
Log:
Removed changes to rs-store.c to check if iter is valid - aparantly this 
doesn't work as expected.

Modified: trunk/src/rs-store.c
===================================================================
--- trunk/src/rs-store.c        2009-12-19 22:46:31 UTC (rev 2802)
+++ trunk/src/rs-store.c        2009-12-19 23:35:17 UTC (rev 2803)
@@ -443,10 +443,8 @@
        /* Emit signal if only one thumbnail is selected */
        if (num_selected == 1)
        {
-               if (g_list_nth_data(selected, 0))
-                       return;
-
                iter = * (GtkTreeIter *) g_list_nth_data(selected, 0);
+
                /* Get type of row */
                gtk_tree_model_get(model, &iter, TYPE_COLUMN, &type, -1);
                switch (type)


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to