Changeset 4138
- Timestamp:
- Oct 28, 2009, 5:53:34 PM (15 years ago)
- Location:
- extensions/pLoader/trunk/src/Uploader/GUI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/pLoader/trunk/src/Uploader/GUI/wxApp.pm
r4126 r4138 103 103 frameLayout 104 104 chunk_size 105 layout_clean 105 106 / 106 107 ); … … 124 125 # to check if we can use stored cache 125 126 $self->imagelist_version( 126 ' 6'127 '7' 127 128 ); 128 129 … … 162 163 $self->_init_userdir; 163 164 164 165 165 my $conf = retrieve $self->conf_file if -e $self->conf_file; 166 my $layout = retrieve $self->layout_file if -e $self->layout_file;167 166 168 167 if(defined $conf ){ … … 173 172 } 174 173 174 # when language is switched, need a new layout 175 unlink $self->layout_file if $self->layout_clean; 176 $self->layout_clean(0); 177 178 my $layout = retrieve $self->layout_file if -e $self->layout_file; 175 179 if(defined $layout ){ 176 180 $self->SetKeyValues($layout); … … 308 312 current_language 309 313 chunk_size 314 layout_clean 310 315 / 311 316 }, -
extensions/pLoader/trunk/src/Uploader/GUI/wxFrameAUI.pm
r4134 r4138 990 990 ) 991 991 ); 992 wxTheApp->layout_clean(1); 992 993 } 993 994
Note: See TracChangeset
for help on using the changeset viewer.