Changeset 4719
- Timestamp:
- 10/21/06 05:44:53 (23 months ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/am_edit (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/am_edit
r4627 r4719 296 296 for $source (keys %source_dict) { 297 297 next if (!$source); 298 if ($source_dict{$source} ) {298 if ($source_dict{$source} && $source ne '$(licq_gui)') { 299 299 # sanity check 300 300 if (! -f $source) {
