[anjuta] git: Show the Status pane on plugin load



commit 70841a1751d45f526a9fb82e535ec01b4e3f9cce
Author: James Liggett <jrliggett cox net>
Date:   Sun May 27 01:47:34 2012 -0700

    git: Show the Status pane on plugin load

 plugins/git/plugin.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/plugins/git/plugin.c b/plugins/git/plugin.c
index 6660ca5..f9d67a3 100644
--- a/plugins/git/plugin.c
+++ b/plugins/git/plugin.c
@@ -789,6 +789,9 @@ git_activate_plugin (AnjutaPlugin *plugin)
 	                      GDL_DOCK_CENTER, stash_entries, 
 	                      G_N_ELEMENTS (stash_entries), git_plugin);
 
+	anjuta_dock_present_pane (ANJUTA_DOCK (git_plugin->dock),
+	                          git_plugin->status_pane);
+
 	
 	/* Add watches */
 	git_plugin->project_root_watch_id = anjuta_plugin_add_watch (plugin,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]