1999-01-19 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gtkdtree.c (gtk_dtree_select_row): Wonder why the code was returning for the clicks on the root node.
Этот коммит содержится в:
родитель
83255c0f24
Коммит
62488e5354
@ -1,3 +1,8 @@
|
||||
1999-01-19 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gtkdtree.c (gtk_dtree_select_row): Wonder why the code was
|
||||
returning for the clicks on the root node.
|
||||
|
||||
1999-01-19 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gprefs.c: applied a heavily modified patch by Dave Camp
|
||||
|
@ -154,9 +154,6 @@ gtk_dtree_select_row (GtkCTree *ctree, GtkCTreeNode *row, gint column)
|
||||
|
||||
parent_class->tree_select_row (ctree, row, column);
|
||||
|
||||
while (row == dtree->root_node)
|
||||
return;
|
||||
|
||||
if (row == dtree->last_node)
|
||||
return;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user