Updating branch refs/heads/master
         to e2ef16c1b036391879248ae9be69414307849284 (commit)
       from d01160cd84ac98e5059d1665aec97bbbf4876882 (commit)

commit e2ef16c1b036391879248ae9be69414307849284
Author: Nick Schermer <n...@xfce.org>
Date:   Sun Dec 30 09:50:14 2012 +0100

    Drop report bug menu entry.

 terminal/terminal-window-ui.xml |    1 -
 terminal/terminal-window.c      |   13 -------------
 2 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/terminal/terminal-window-ui.xml b/terminal/terminal-window-ui.xml
index a03602a..df562ed 100644
--- a/terminal/terminal-window-ui.xml
+++ b/terminal/terminal-window-ui.xml
@@ -55,7 +55,6 @@
     </menu>
     <menu action="help-menu">
       <menuitem action="contents"/>
-      <menuitem action="report-bug"/>
       <menuitem action="about"/>
     </menu>
   </menubar>
diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index 5062b69..04be378 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -184,8 +184,6 @@ static void            
terminal_window_action_reset_and_clear        (GtkAction
                                                                       
TerminalWindow         *window);
 static void            terminal_window_action_contents               
(GtkAction              *action,
                                                                       
TerminalWindow         *window);
-static void            terminal_window_action_report_bug             
(GtkAction              *action,
-                                                                      
TerminalWindow         *window);
 static void            terminal_window_action_about                  
(GtkAction              *action,
                                                                       
TerminalWindow         *window);
 
@@ -226,7 +224,6 @@ static const GtkActionEntry action_entries[] =
     { "move-tab-right", NULL, N_ ("Move Tab _Right"), NULL, NULL, G_CALLBACK 
(terminal_window_action_move_tab_right), },
   { "help-menu", NULL, N_ ("_Help"), NULL, NULL, NULL, },
     { "contents", GTK_STOCK_HELP, N_ ("_Contents"), "F1", N_ ("Display help 
contents"), G_CALLBACK (terminal_window_action_contents), },
-    { "report-bug", NULL, N_ ("_Report a bug"), NULL, NULL, G_CALLBACK 
(terminal_window_action_report_bug), },
     { "about", GTK_STOCK_ABOUT, N_ ("_About"), NULL, NULL, G_CALLBACK 
(terminal_window_action_about), },
   { "input-methods", NULL, N_ ("_Input Methods"), NULL, NULL, NULL, },
 };
@@ -1781,16 +1778,6 @@ terminal_window_action_reset_and_clear (GtkAction       
*action,
 
 
 static void
-terminal_window_action_report_bug (GtkAction       *action,
-                                   TerminalWindow  *window)
-{
-  /* open the "Support" section of the user manual */
-  xfce_dialog_show_help (GTK_WINDOW (window), "terminal", "support", NULL);
-}
-
-
-
-static void
 terminal_window_action_contents (GtkAction       *action,
                                  TerminalWindow  *window)
 {
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to