[Xfce4-commits] <parole:bluesabre/gtk3> Update bug report menu item

Sean Davis noreply at xfce.org
Wed Sep 11 12:58:01 CEST 2013


Updating branch refs/heads/bluesabre/gtk3
         to 2b1808a80ac4cbd3ed55ce56b6879ff20bc5c6d3 (commit)
       from 2da05b83dc80818f9096ce1864b1df0638a86044 (commit)

commit 2b1808a80ac4cbd3ed55ce56b6879ff20bc5c6d3
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Wed Sep 11 06:56:35 2013 -0400

    Update bug report menu item

 data/interfaces/parole.ui |   18 +++++++++---------
 src/parole-player.c       |    4 ++--
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/data/interfaces/parole.ui b/data/interfaces/parole.ui
index a9b4d8c..93f4c89 100644
--- a/data/interfaces/parole.ui
+++ b/data/interfaces/parole.ui
@@ -6,6 +6,13 @@
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
+  <object class="GtkImage" id="image_about">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="pixel_size">16</property>
+    <property name="icon_name">gtk-about-symbolic</property>
+    <property name="use_fallback">True</property>
+  </object>
   <object class="GtkImage" id="image_disc">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
@@ -126,13 +133,6 @@
     <property name="icon_name">audio-volume-high-symbolic</property>
     <property name="use_fallback">True</property>
   </object>
-  <object class="GtkImage" id="image_about">
-    <property name="visible">True</property>
-    <property name="can_focus">False</property>
-    <property name="pixel_size">16</property>
-    <property name="icon_name">gtk-about-symbolic</property>
-    <property name="use_fallback">True</property>
-  </object>
   <object class="GtkWindow" id="main-window">
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">Parole Media Player</property>
@@ -417,8 +417,8 @@
                         <property name="use_underline">True</property>
                         <property name="image">image_volume_up</property>
                         <property name="use_stock">False</property>
-                        <accelerator key="plus" signal="activate"/>
                         <accelerator key="equal" signal="activate"/>
+                        <accelerator key="plus" signal="activate"/>
                         <signal name="activate" handler="parole_player_volume_up" swapped="no"/>
                       </object>
                     </child>
@@ -657,7 +657,7 @@
                     <property name="can_focus">False</property>
                     <child>
                       <object class="GtkImageMenuItem" id="bug-report">
-                        <property name="label" translatable="yes">_Report a bug…</property>
+                        <property name="label" translatable="yes">_Report a Bug…</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="use_underline">True</property>
diff --git a/src/parole-player.c b/src/parole-player.c
index 09a9a62..602f16d 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -2569,7 +2569,7 @@ static void
 on_bug_report_clicked (GtkWidget *w, ParolePlayer *player)
 {
     GtkWidget *dialog;
-    if (!gtk_show_uri(NULL, "https://bugzilla.xfce.org/buglist.cgi?product=parole", GDK_CURRENT_TIME, NULL))
+    if (!gtk_show_uri(NULL, "https://bugzilla.xfce.org/enter_bug.cgi?product=Parole", GDK_CURRENT_TIME, NULL))
     {
         dialog = gtk_message_dialog_new(GTK_WINDOW(player->priv->window), 
                                         GTK_DIALOG_DESTROY_WITH_PARENT, 
@@ -2577,7 +2577,7 @@ on_bug_report_clicked (GtkWidget *w, ParolePlayer *player)
                                         GTK_BUTTONS_CLOSE, 
                                         _("Unable to open default web browser"));
         gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(dialog), 
-                _("Please go to https://bugzilla.xfce.org/buglist.cgi?product=parole to report your bug."));
+                _("https://bugzilla.xfce.org/enter_bug.cgi?product=Parole to report your bug."));
         gtk_dialog_run(GTK_DIALOG(dialog));
         gtk_widget_destroy(dialog);
     }


More information about the Xfce4-commits mailing list