[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-53-g9b7f94a

Sandro Tosi morph at debian.org
Wed Feb 3 19:41:38 UTC 2010


The following commit has been merged in the master branch:
commit 9b7f94ab660b073825160b461f6415949a02b2a7
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Feb 3 20:24:10 2010 +0100

    use 'Forward' icon instead of 'Back' in 'Continue' button in GTK+ UI

diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index b44bdeb..4ff0158 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -1304,7 +1304,7 @@ class ReportbugAssistant (gtk.Assistant):
                 widget.connect ('show', self.on_back_show)
                 return
             if widget.get_label() == 'gtk-go-forward':
-                image = gtk.image_new_from_stock (gtk.STOCK_GO_BACK, gtk.ICON_SIZE_BUTTON)
+                image = gtk.image_new_from_stock (gtk.STOCK_GO_FORWARD, gtk.ICON_SIZE_BUTTON)
                 widget.set_label ("_Continue")
                 widget.set_image (image)
                 return

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list