Fixing a bug with launching from a fresh system
authorEd Page <eopage@byu.net>
Mon, 19 Apr 2010 22:55:16 +0000 (17:55 -0500)
committerEd Page <eopage@byu.net>
Mon, 19 Apr 2010 22:55:16 +0000 (17:55 -0500)
src/quicknote_gtk.py

index 7656808..ae30067 100755 (executable)
@@ -240,7 +240,7 @@ class QuicknoteProgram(hildonize.get_app_class()):
                        self._wordWrapEnabled = config.getboolean(constants.__pretty_app_name__, "wordwrap")
                        self._window_in_fullscreen = config.getboolean(constants.__pretty_app_name__, "fullscreen")
                except ConfigParser.NoSectionError, e:
                        self._wordWrapEnabled = config.getboolean(constants.__pretty_app_name__, "wordwrap")
                        self._window_in_fullscreen = config.getboolean(constants.__pretty_app_name__, "fullscreen")
                except ConfigParser.NoSectionError, e:
-                       _moduleLogger.infp(
+                       _moduleLogger.info(
                                "Settings file %s is missing section %s" % (
                                        self._user_settings,
                                        e.section,
                                "Settings file %s is missing section %s" % (
                                        self._user_settings,
                                        e.section,