Author: post
Date: 2009-10-19 19:43:25 +0200 (Mon, 19 Oct 2009)
New Revision: 2725
Modified:
trunk/librawstudio/rs-filter.c
Log:
rs_filter_get_recursive: Only return ask enabled filters for settings.
Modified: trunk/librawstudio/rs-filter.c
===================================================================
--- trunk/librawstudio/rs-filter.c 2009-10-19 17:41:23 UTC (rev 2724)
+++ trunk/librawstudio/rs-filter.c 2009-10-19 17:43:25 UTC (rev 2725)
@@ -485,7 +485,7 @@
current_filter = filter;
/* Iterate through all filter previous to filter */
do {
- if
(g_object_class_find_property(G_OBJECT_GET_CLASS(current_filter),
property_name))
+ if (current_filter->enabled &&
g_object_class_find_property(G_OBJECT_GET_CLASS(current_filter), property_name))
{
g_object_get(current_filter, property_name,
property_ret, NULL);
break;
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit