[anjuta] git: Fix widget names
- From: James Liggett <jrliggett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] git: Fix widget names
- Date: Sat, 30 Mar 2013 21:30:37 +0000 (UTC)
commit 30c21444b0a51303de25b01d047bbb90844dbc65
Author: James Liggett <jrliggett cox net>
Date: Thu Mar 28 18:47:04 2013 -0700
git: Fix widget names
plugins/git/git-patch-series-pane.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/git/git-patch-series-pane.c b/plugins/git/git-patch-series-pane.c
index c803701..12cf977 100644
--- a/plugins/git/git-patch-series-pane.c
+++ b/plugins/git/git-patch-series-pane.c
@@ -39,7 +39,7 @@ on_ok_action_activated (GtkAction *action, GitPatchSeriesPane *self)
plugin = ANJUTA_PLUGIN_GIT (anjuta_dock_pane_get_plugin (ANJUTA_DOCK_PANE (self)));
patch_series_revision_entry = ANJUTA_ENTRY (gtk_builder_get_object (self->priv->builder,
-
"revision_entry"));
+
"patch_series_revision_entry"));
folder_chooser_button = GTK_FILE_CHOOSER (gtk_builder_get_object (self->priv->builder,
"folder_chooser_button"));
signoff_action = GTK_TOGGLE_ACTION (gtk_builder_get_object (self->priv->builder,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]