revert last changes
This commit is contained in:
parent
5cf47392a1
commit
19f0f84c9a
3 changed files with 8 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-10-22 [colin] 0.8.5claws49
|
||||
|
||||
*src/foldersel.c
|
||||
Revert Alfons' last modification (after voting ;-))
|
||||
|
||||
2002-10-21 [alfons] 0.8.5claws48
|
||||
|
||||
* src/foldersel.c
|
||||
|
|
|
@ -11,7 +11,7 @@ MINOR_VERSION=8
|
|||
MICRO_VERSION=5
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=claws48
|
||||
EXTRA_VERSION=claws49
|
||||
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
|
||||
|
||||
dnl set $target
|
||||
|
|
|
@ -266,10 +266,8 @@ static gboolean foldersel_gnode_func(GtkCTree *ctree, guint depth,
|
|||
static void foldersel_expand_func(GtkCTree *ctree, GtkCTreeNode *node,
|
||||
gpointer data)
|
||||
{
|
||||
FolderItem *item = gtk_ctree_node_get_row_data(ctree, node);
|
||||
|
||||
if (item && GTK_CTREE_ROW(node)->children && !item->collapsed)
|
||||
gtk_ctree_expand(ctree, node);
|
||||
if (GTK_CTREE_ROW(node)->children)
|
||||
gtk_ctree_expand(ctree, node);
|
||||
}
|
||||
|
||||
#define SET_SPECIAL_FOLDER(item) \
|
||||
|
|
Loading…
Reference in a new issue