gimp r26991 - in trunk: . plug-ins/script-fu
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26991 - in trunk: . plug-ins/script-fu
- Date: Thu, 18 Sep 2008 09:47:37 +0000 (UTC)
Author: tml
Date: Thu Sep 18 09:47:37 2008
New Revision: 26991
URL: http://svn.gnome.org/viewvc/gimp?rev=26991&view=rev
Log:
2008-09-18 Tor Lillqvist <tml novell com>
* plug-ins/script-fu/script-fu-scripts.c (script_fu_add_script):
Fix small build break.
Modified:
trunk/ChangeLog
trunk/plug-ins/script-fu/script-fu-scripts.c
Modified: trunk/plug-ins/script-fu/script-fu-scripts.c
==============================================================================
--- trunk/plug-ins/script-fu/script-fu-scripts.c (original)
+++ trunk/plug-ins/script-fu/script-fu-scripts.c Thu Sep 18 09:47:37 2008
@@ -363,7 +363,7 @@
* is just so script-fus can be written with only
* POSIX directory separators.
*/
- gchar *filename = arg->default_values.sfa_file.filename;
+ gchar *filename = arg->default_value.sfa_file.filename;
while (*filename)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]