From c2072addfb9c5aaa9f48fbb180d17929cdfc339b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 19 Apr 2010 17:55:16 -0500 Subject: [PATCH] Fixing a bug with launching from a fresh system --- src/quicknote_gtk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quicknote_gtk.py b/src/quicknote_gtk.py index 7656808..ae30067 100755 --- a/src/quicknote_gtk.py +++ b/src/quicknote_gtk.py @@ -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: - _moduleLogger.infp( + _moduleLogger.info( "Settings file %s is missing section %s" % ( self._user_settings, e.section, -- 1.7.9.5