[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.6-17-gcdad7ce
Luca Bruno
lethalman88 at gmail.com
Wed Sep 2 21:12:45 UTC 2009
The following commit has been merged in the master branch:
commit acdf3b932340e6a21ae4fa6d8e2321deb7bb072d
Author: Luca Bruno <lethalman88 at gmail.com>
Date: Mon Aug 31 11:40:02 2009 +0200
Show intro page
diff --git a/debian/changelog b/debian/changelog
index ab06768..14d9e4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,8 +21,9 @@ reportbug (4.7) UNRELEASED; urgency=low
[ Luca Bruno ]
* reportbug/ui/gtk_ui.py
- wrap words when editing bug reports
+ - workaround possible GTK+ regression to show the intro page
- -- Luca Bruno <lethalman88 at gmail.com> Mon, 31 Aug 2009 11:37:23 +0200
+ -- Luca Bruno <lethalman88 at gmail.com> Mon, 31 Aug 2009 11:39:04 +0200
reportbug (4.6) unstable; urgency=low
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index bba9e61..d7d575d 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -1325,7 +1325,6 @@ class ReportbugAssistant (gtk.Assistant):
self.showing_page.switch_in ()
self.progress_page = ProgressPage (self)
self.progress_page.switch_in ()
- self.set_current_page (0)
Page.next_page_num = 1
--
Reportbug - reports bugs in the Debian distribution
More information about the Reportbug-commits
mailing list