summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 25cc85d)
raw | patch | inline | side by side (parent: 25cc85d)
author | JucaBlues <JucaBlues@users.sourceforge.net> | |
Sat, 28 Jun 2008 20:13:29 +0000 (20:13 +0000) | ||
committer | JucaBlues <JucaBlues@users.sourceforge.net> | |
Sat, 28 Jun 2008 20:13:29 +0000 (20:13 +0000) |
src/selection-chemistry.cpp | patch | blob | history |
index d4964c284525d6859bd64cf8176257d3301e035c..9b11ef9f62be66880862cffeb4c3136529326cb1 100644 (file)
gchar *newref = g_strdup_printf ("#%s", newid);
// Get a copy of current selection.
- GSList *new_select = NULL;
bool relinked = false;
for (GSList *items = (GSList *) selection->itemList();
items != NULL;
// Run filter, if any
if (run) {
g_print ("Running external filter: %s\n", run);
- system (run);
+ int retval;
+ retval = system (run);
}
// Import the image back