Description: Undocumented upstream changes
 This patch has been created by dpkg-source during the package build
 but it might have accumulated changes from several uploads. Please
 check the changelog to (hopefully) learn more on those changes.

--- focuswriter-1.3.3.orig/ChangeLog
+++ focuswriter-1.3.3/ChangeLog
@@ -1,3 +1,6 @@
+2011-07-02 Graeme Gott <graeme@gottcode.org>
+	* FIXED: Crashed when typing after alert for no sound effects.
+
 2011-06-27 Graeme Gott <graeme@gottcode.org>
 	* Tag version 1.3.3.
 
--- focuswriter-1.3.3.orig/src/window.cpp
+++ focuswriter-1.3.3/src/window.cpp
@@ -1034,6 +1034,7 @@ void Window::loadPreferences(Preferences
 			delete m_key_sound;
 			delete m_enter_key_sound;
 			m_key_sound = m_enter_key_sound = 0;
+			m_typewriter_sounds = false;
 			preferences.setTypewriterSounds(false);
 		}
 	}
--- focuswriter-1.3.3.orig/src/main.cpp
+++ focuswriter-1.3.3/src/main.cpp
@@ -121,7 +121,7 @@ int main(int argc, char** argv)
 
 	QStringList paths = QIcon::themeSearchPaths();
 	paths.prepend(appdir + "/../share/focuswriter/icons");
-	paths.prepend(appdir + "/icons/oxygen");
+	paths.prepend(appdir + "/icons");
 	QIcon::setThemeSearchPaths(paths);
 
 	paths.clear();
