[anjuta] anjuta: lp#448126 - The "Report bugs" menu entry does not work



commit 98aa18ab5d8d9c13827a3f628d69e1798a430904
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Dec 13 18:12:32 2010 +0100

    anjuta: lp#448126 - The "Report bugs" menu entry does not work

 src/action-callbacks.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/action-callbacks.c b/src/action-callbacks.c
index 24c09f6..e8a1c3b 100644
--- a/src/action-callbacks.c
+++ b/src/action-callbacks.c
@@ -165,7 +165,7 @@ on_url_home_activate (GtkAction * action, gpointer user_data)
 void
 on_url_bugs_activate (GtkAction * action, gpointer user_data)
 {
-	anjuta_res_url_show("http://bugzilla.gnome.org/simple-bug-guide.cgi";);
+	anjuta_res_url_show("https://bugzilla.gnome.org/enter_bug.cgi?product=anjuta";);
 }
 
 void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]