|
@@ -72,7 +72,7 @@ mp_process_find_all_processors(GtkListStore *store)
|
|
|
store, &iter, 0, buffer, 1, "(user) postprocess.sh", -1);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
sprintf(buffer, "%s/megapixels/postprocess.sh", SYSCONFDIR);
|
|
|
if (access(buffer, F_OK) != -1) {
|
|
|
gtk_list_store_insert(store, &iter, -1);
|
|
@@ -80,7 +80,7 @@ mp_process_find_all_processors(GtkListStore *store)
|
|
|
store, &iter, 0, buffer, 1, "(system) postprocess.sh", -1);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
sprintf(buffer, "%s/megapixels/postprocess.sh", DATADIR);
|
|
|
if (access(buffer, F_OK) != -1) {
|
|
|
gtk_list_store_insert(store, &iter, -1);
|