*** empty log message ***
This commit is contained in:
@ -734,6 +734,9 @@ gtk_tree_path_prev (GtkTreePath *path)
|
||||
{
|
||||
g_return_val_if_fail (path != NULL, FALSE);
|
||||
|
||||
if (path->depth == 0)
|
||||
return FALSE;
|
||||
|
||||
if (path->indices[path->depth - 1] == 0)
|
||||
return FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user