[geany/geany-plugins] a6b061: gproject: Deactivate sidebar when no project loaded

Jiří Techet git-noreply at xxxxx
Sun Oct 5 16:20:12 UTC 2014


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 05 Oct 2014 16:20:12 UTC
Commit:      a6b06142db28ba3e0c76ac8e8e1e34a426f49507
             https://github.com/geany/geany-plugins/commit/a6b06142db28ba3e0c76ac8e8e1e34a426f49507

Log Message:
-----------
gproject: Deactivate sidebar when no project loaded


Modified Paths:
--------------
    gproject/src/gproject-sidebar.c

Modified: gproject/src/gproject-sidebar.c
2 lines changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -782,6 +782,8 @@ void gprj_sidebar_init(void)
 	gtk_container_add(GTK_CONTAINER(toolbar), item);
 	s_project_toolbar.follow = item;
 
+	gprj_sidebar_activate(FALSE);
+
 	gtk_box_pack_start(GTK_BOX(s_file_view_vbox), toolbar, FALSE, FALSE, 0);
 
 	/**** tree view ****/



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list