Author: post
Date: 2009-09-23 16:39:02 +0200 (Wed, 23 Sep 2009)
New Revision: 2650

Modified:
   trunk/src/gtk-interface.c
Log:
If no photo was selected, deleting current didn't advance to next.

Modified: trunk/src/gtk-interface.c
===================================================================
--- trunk/src/gtk-interface.c   2009-09-22 21:00:53 UTC (rev 2649)
+++ trunk/src/gtk-interface.c   2009-09-23 14:39:02 UTC (rev 2650)
@@ -241,7 +241,7 @@
        num_selected = g_list_length(selected);
 
        /* If we are deleting images, select next */
-       if (num_selected && prio == 51) 
+       if (prio == 51) 
        {
                GList *selected_names = rs_store_get_selected_names(rs->store);
                if (g_list_length(selected_names))


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

Reply via email to