Jonathan Isom wrote:
> On Mon, Dec 1, 2008 at 5:52 PM, Christian Lyra <[EMAIL PROTECTED]> wrote:
>> Hi there,
>>
>> got this with today´s svn version:
>>
>> RITICAL: Crash!: 'module' object has no attribute 'DIALOG_SKIN_XML_FILE'
> try setting
> 
> DIALOG_SKIN_XML_FILE = 'base'
> 
> should fix it

I've uploaded to sourceforge the corrected freevo_conf.py and here is
the patch that fixes this.

Sorry for the inconvenience I was a bit worried about reversing the patch.

Duncan
Index: freevo_config.py
===================================================================
--- freevo_config.py	(revision 11209)
+++ freevo_config.py	(working copy)
@@ -1367,6 +1374,11 @@
 SKIN_DEFAULT_XML_FILE = 'blurr'
 
 #
+# XML file used for the dialog skins.
+#
+DIALOG_SKIN_XML_FILE = 'base'
+
+#
 # Select a way when to switch to text view even if a image menu is there
 #
 # 1 = Force text view when all items have the same image and there are no
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to