Skip to content

Commit

Permalink
gproject: Deactivate sidebar when no project loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Oct 5, 2014
1 parent 663bba5 commit a6b0614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gproject/src/gproject-sidebar.c
Expand Up @@ -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 ****/
Expand Down

0 comments on commit a6b0614

Please sign in to comment.