[anjuta] git: Fix a compile problem from the last patch
- From: James Liggett <jrliggett src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjuta] git: Fix a compile problem from the last patch
- Date: Wed, 29 Jul 2009 02:30:33 +0000 (UTC)
commit 280319f3f6f39639b300b8935bb8bee40107e523
Author: James Liggett <jrliggett cox net>
Date: Tue Jul 28 19:29:55 2009 -0700
git: Fix a compile problem from the last patch
plugins/git/git-switch-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/git/git-switch-dialog.c b/plugins/git/git-switch-dialog.c
index 8b76f71..35ecf55 100644
--- a/plugins/git/git-switch-dialog.c
+++ b/plugins/git/git-switch-dialog.c
@@ -58,7 +58,7 @@ on_switch_dialog_response (GtkDialog *dialog, gint response_id,
branch_combo_model = GTK_TREE_MODEL (gtk_builder_get_object (data->bxml,
"branch_combo_model"));
- if (!git_check_branches (GTK_COMBO_BOX (merge_branch_combo)))
+ if (!git_check_branches (GTK_COMBO_BOX (switch_branch_combo)))
return;
gtk_combo_box_get_active_iter (GTK_COMBO_BOX (switch_branch_combo), &iter);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]