[accerciser/pygi] Changed the way in which the about dialog is shown
- From: Javier HernÃndez AntÃnez <jhernandez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [accerciser/pygi] Changed the way in which the about dialog is shown
- Date: Mon, 29 Aug 2011 12:51:12 +0000 (UTC)
commit 5d1c25813ce3f8768b7b375956fde16ff13d96d6
Author: Javier HernÃndez <jhernandez emergya es>
Date: Mon Aug 29 14:50:54 2011 +0200
Changed the way in which the about dialog is shown
src/lib/accerciser/accerciser.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lib/accerciser/accerciser.py b/src/lib/accerciser/accerciser.py
index a58decc..9a5443e 100644
--- a/src/lib/accerciser/accerciser.py
+++ b/src/lib/accerciser/accerciser.py
@@ -171,7 +171,7 @@ class Main(Tools):
@type widget: L{gtk.Widget}
'''
about = AccerciserAboutDialog()
- about.show_all()
+ about.run()
def _onHelp(self, action, page=""):
'''
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]