| Source path: svn/ trunk/ src/ sd_xutils.c |
|
|
|
|
Change log
Variables are now feeded to the command by inserting them in the command's header section. Eg. if the command declaration contains 2 variables var1 and var2, then the final command line would look like this: bash -c 'var1=xxx; var2=yyy; mogrify ...'. The old method used a simple textual substitution in the command text which may cause errors.
| Go to: |
Project members,
sign in to write a code review
Older revisions
r104
by osmoma
on Apr 13, 2009
Diff
Gscreendump should now compile and run on Ubuntu 8.04. Ubuntu 8.04 has GTK+/GDK version 2.12.9 while some functions require GTK+ 2.14.0 or later. Some issues remain unsolved: ...