SF.net SVN: geany: [983] trunk/src/treeviews.c
ntrel at users.sourceforge.net
ntrel at xxxxx
Fri Nov 10 12:56:17 UTC 2006
Revision: 983
http://svn.sourceforge.net/geany/?rev=983&view=rev
Author: ntrel
Date: 2006-11-10 04:56:13 -0800 (Fri, 10 Nov 2006)
Log Message:
-----------
Don't unset openfiles & symbols visible settings when hiding the Sidebar.
Modified Paths:
--------------
trunk/src/treeviews.c
Modified: trunk/src/treeviews.c
===================================================================
--- trunk/src/treeviews.c 2006-11-09 19:02:18 UTC (rev 982)
+++ trunk/src/treeviews.c 2006-11-10 12:56:13 UTC (rev 983)
@@ -494,8 +494,6 @@
case OPENFILES_ACTION_HIDE_ALL:
{
app->sidebar_visible = FALSE;
- app->sidebar_openfiles_visible = FALSE;
- app->sidebar_symbol_visible = FALSE;
ui_treeviews_show_hide(TRUE);
break;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list