[geany/geany-plugins] 755cb6: right children order in watch/autos

Alexander Petukhov git-noreply at xxxxx
Thu Jun 14 06:10:23 UTC 2012


Branch:      refs/heads/master
Author:      Alexander Petukhov <devel at apetukhov.ru>
Committer:   Alexander Petukhov <devel at apetukhov.ru>
Date:        Thu, 14 Jun 2012 06:10:23
Commit:      755cb6e8e9275906288851090488025c3cd86070
             https://github.com/geany/geany-plugins/commit/755cb6e8e9275906288851090488025c3cd86070

Log Message:
-----------
right children order in watch/autos


Modified Paths:
--------------
    debugger/src/dbm_gdb.c

Modified: debugger/src/dbm_gdb.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1668,7 +1668,7 @@ static GList* get_children (gchar* path)
 			
 			pos += strlen(pos) + 1;
 
-			children = g_list_prepend(children, var);
+			children = g_list_append(children, var);
 		
 			g_free(name);
 		}


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list