Revision: 1146
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1146&view=rev
Author:   nadvornik
Date:     2008-09-29 21:17:19 +0000 (Mon, 29 Sep 2008)

Log Message:
-----------
The comment section in the meta file is the last section. However it do
not accept comment lines starting with a '['. This patch will fix that.
- patch by Klaus Ethgen

Modified Paths:
--------------
    trunk/src/bar_info.c

Modified: trunk/src/bar_info.c
===================================================================
--- trunk/src/bar_info.c        2008-09-29 21:09:48 UTC (rev 1145)
+++ trunk/src/bar_info.c        2008-09-29 21:17:19 UTC (rev 1146)
@@ -147,7 +147,7 @@
                gchar *ptr = s_buf;
 
                if (*ptr == '#') continue;
-               if (*ptr == '[')
+               if (*ptr == '[' && key != MK_COMMENT)
                        {
                        gchar *keystr = ++ptr;
                        


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to