Author: akv
Date: 2012-08-25 03:04:58 +0200 (Sat, 25 Aug 2012)
New Revision: 4264
Modified:
branches/4175-enfuse/src/rs-actions.c
Log:
Setting current priority to a newly enfused image...
Modified: branches/4175-enfuse/src/rs-actions.c
===================================================================
--- branches/4175-enfuse/src/rs-actions.c 2012-08-25 01:04:31 UTC (rev
4263)
+++ branches/4175-enfuse/src/rs-actions.c 2012-08-25 01:04:58 UTC (rev
4264)
@@ -1468,6 +1468,7 @@
{
gboolean enfuse = TRUE;
GList *selected_names = rs_store_get_selected_names(rs->store);
+ guint priority = rs_store_get_current_priority(rs->store);
/* a bit of cleanup before we start enfusing */
rs_photo_close(rs->photo);
@@ -1477,7 +1478,7 @@
gchar *filename = rs_enfuse(rs, selected_names);
g_list_free(selected_names);
- rs_cache_save_flags(filename, NULL, NULL, &enfuse);
+ rs_cache_save_flags(filename, &priority, NULL, &enfuse);
rs_store_load_file(rs->store, filename);
rs_store_set_selected_name(rs->store, filename, TRUE);
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit