[anjuta/git-shell: 116/117] git: Fix annotated tagging
- From: James Liggett <jrliggett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/git-shell: 116/117] git: Fix annotated tagging
- Date: Thu, 19 Aug 2010 03:59:17 +0000 (UTC)
commit 3bbeb87052f2f8535025defc996f95223b576af4
Author: James Liggett <jrliggett cox net>
Date: Tue Aug 17 21:59:20 2010 -0700
git: Fix annotated tagging
plugins/git/git-create-tag-pane.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/plugins/git/git-create-tag-pane.c b/plugins/git/git-create-tag-pane.c
index c5286ca..3b8c944 100644
--- a/plugins/git/git-create-tag-pane.c
+++ b/plugins/git/git-create-tag-pane.c
@@ -88,8 +88,10 @@ on_ok_button_clicked (GtkButton *button, GitCreateTagPane *self)
if (gtk_toggle_button_get_active (annotate_check))
{
+ log = anjuta_column_text_view_get_text (log_view);
+
if (!git_pane_check_input (GTK_WIDGET (ANJUTA_PLUGIN (plugin)->shell),
- GTK_WIDGET (log_view), revision,
+ GTK_WIDGET (log_view), log,
_("Please enter a log message.")))
{
g_free (name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]