[Xfce4-commits] <thunar-vcs-plugin:thunarx-2> * tvp-svn-helper/tsh-file-selection-dialog.c(get_parent_status): Fixed possible infinite loop. Fixing bug #5916.
Peter de Ridder
noreply at xfce.org
Sun Nov 29 19:06:02 CET 2009
Updating branch refs/heads/thunarx-2
to bed4c03df78c5dc02e7c61b8a3314ffa6e1dac46 (commit)
from f1bd85694a7ad630c3d36ffde87bc62def6da6de (commit)
commit bed4c03df78c5dc02e7c61b8a3314ffa6e1dac46
Author: Peter de Ridder <peter at xfce.org>
Date: Mon Nov 2 20:57:06 2009 +0100
* tvp-svn-helper/tsh-file-selection-dialog.c(get_parent_status): Fixed
possible infinite loop. Fixing bug #5916.
tvp-svn-helper/tsh-file-selection-dialog.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tvp-svn-helper/tsh-file-selection-dialog.c b/tvp-svn-helper/tsh-file-selection-dialog.c
index 9636dab..917b5e7 100644
--- a/tvp-svn-helper/tsh-file-selection-dialog.c
+++ b/tvp-svn-helper/tsh-file-selection-dialog.c
@@ -307,6 +307,8 @@ get_parent_status(GtkTreeModel *model, GtkTreeIter *iter)
status = parent_status;
break;
}
+
+ child = parent;
}
return status;
More information about the Xfce4-commits
mailing list