[pitivi: 24/28] Renamed StartUpWizard._quick_start_manual, for consistency



commit 4fc63cae7a05c82826c67e94017ec092949bfc3f
Author: Alex BÄluÈ <alexandru balut gmail com>
Date:   Sun Jul 10 13:06:27 2011 +0200

    Renamed StartUpWizard._quick_start_manual, for consistency

 data/ui/startupwizard.ui   |    2 +-
 pitivi/ui/startupwizard.py |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/startupwizard.ui b/data/ui/startupwizard.ui
index 84d9187..29d7a98 100644
--- a/data/ui/startupwizard.ui
+++ b/data/ui/startupwizard.ui
@@ -78,7 +78,7 @@
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
                 <property name="use_stock">True</property>
-                <signal name="clicked" handler="_quick_start_manual"/>
+                <signal name="clicked" handler="_userManualCb"/>
               </object>
               <packing>
                 <property name="expand">False</property>
diff --git a/pitivi/ui/startupwizard.py b/pitivi/ui/startupwizard.py
index e30f803..c539042 100644
--- a/pitivi/ui/startupwizard.py
+++ b/pitivi/ui/startupwizard.py
@@ -80,7 +80,8 @@ class StartUpWizard(object):
     def _onBrowseButtonClickedCb(self, unused_button6):
         self.app.gui.openProject()
 
-    def _quick_start_manual(self, unused_button5):
+    def _userManualCb(self, unused_button):
+        """Handle a click on the Help button."""
         webbrowser.open(APPMANUALURL)
 
     def _dialogCloseCb(self, unused_widget):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]