Ignore:
Timestamp:
Mar 26, 2011, 5:47:02 PM (13 years ago)
Author:
mlg
Message:

Fixes one major display bug
There were displays bugs with the horizontal splitpane where trying to resize it.
I have fixed by changing the original scale (1.0 to 0.99). Don't know why I had to do this, bug it seems to fix the bug
Fixes an other bug in the image browser : the image list was kept when browsing through the different categories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo/trunk/src/main/resources/log4j.xml

    r8832 r9878  
    1010                </layout>
    1111        </appender>
    12        
     12
    1313        <appender name="fichier" class="org.apache.log4j.DailyRollingFileAppender">
    1414                <param name="File" value="logs/jiwigo.log" />
     
    1818                        <param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%c] %m%n" />
    1919                </layout>
    20         </appender>     
     20        </appender>
    2121
    2222
    2323        <!-- Déclaration loggers -->
    2424        <logger name="fr.mael.jiwigo" additivity="false">
    25                 <level value="DEBUG" />
     25                <level value="INFO" />
    2626                <appender-ref ref="console" />
    2727                <appender-ref ref="fichier" />
    2828        </logger>
    29        
     29
    3030
    3131
Note: See TracChangeset for help on using the changeset viewer.