[anjuta/git-shell] git: Make the drag target entries in the Branches pane static
- From: James Liggett <jrliggett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/git-shell] git: Make the drag target entries in the Branches pane static
- Date: Sat, 24 Jul 2010 03:17:13 +0000 (UTC)
commit 63d088c4d315c7b1d2295530ad23d8662121bbbb
Author: James Liggett <jrliggett cox net>
Date: Tue Jul 20 17:16:45 2010 -0700
git: Make the drag target entries in the Branches pane static
Avoids linker errors.
plugins/git/git-branches-pane.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/git/git-branches-pane.c b/plugins/git/git-branches-pane.c
index ebac8cf..450f6ff 100644
--- a/plugins/git/git-branches-pane.c
+++ b/plugins/git/git-branches-pane.c
@@ -27,7 +27,7 @@ enum
COL_NAME
};
-GtkTargetEntry drag_targets[] =
+static GtkTargetEntry drag_targets[] =
{
{
"STRING",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]