[anjuta] git: Fix a warning
- From: James Liggett <jrliggett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] git: Fix a warning
- Date: Mon, 10 Jun 2013 05:03:59 +0000 (UTC)
commit 3c44fbfec03c2e12919c76a38ebf3e0bf2337a0d
Author: James Liggett <jrliggett cox net>
Date: Sun Jun 9 22:03:14 2013 -0700
git: Fix a warning
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 7b512c0..87b4759 100644
--- a/plugins/git/git-branches-pane.c
+++ b/plugins/git/git-branches-pane.c
@@ -303,7 +303,7 @@ on_branches_view_button_press_event (GtkWidget *branches_view,
GtkTreeSelection *selection;
AnjutaPlugin *plugin;
AnjutaUI *ui;
- GtkWidget *menu;
+ GtkMenu *menu;
if (event->type == GDK_BUTTON_PRESS && event->button == 3)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]