Author: akv
Date: 2010-02-03 23:14:36 +0100 (Wed, 03 Feb 2010)
New Revision: 3158
Modified:
trunk/src/rs-batch.c
Log:
Setting action_group sensitivity on ProcessBatch action when adding files to
batch queue - this fixes bug #339 - YES YES YES FINALLY!!!
Modified: trunk/src/rs-batch.c
===================================================================
--- trunk/src/rs-batch.c 2010-02-03 21:33:30 UTC (rev 3157)
+++ trunk/src/rs-batch.c 2010-02-03 22:14:36 UTC (rev 3158)
@@ -757,11 +757,13 @@
/* If we have any entries, enable "Start" and "Remove all" */
if (gtk_tree_model_get_iter_first(queue->list, &iter))
{
+ rs_core_action_group_set_sensivity("ProcessBatch", TRUE);
gtk_widget_set_sensitive(queue->start_button, TRUE);
gtk_widget_set_sensitive(queue->remove_all_button, TRUE);
}
else
{
+ rs_core_action_group_set_sensivity("ProcessBatch", FALSE);
gtk_widget_set_sensitive(queue->start_button, FALSE);
gtk_widget_set_sensitive(queue->remove_all_button, FALSE);
}
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit