diff options
| author | Richard W.M. Jones <rjones@redhat.com> | 2012-10-11 13:23:24 +0000 |
|---|---|---|
| committer | Richard W.M. Jones <rjones@redhat.com> | 2012-10-11 13:37:35 +0000 |
| commit | 91b2238fc8e462c02f697f0c053043a55f43c13d (patch) | |
| tree | f8542392c42103dc234d31ef2a40d0c38d4b229b /po | |
| parent | f4a2aecd5ff4904994d75ad92b50a834d40eef17 (diff) | |
| download | libguestfs-91b2238fc8e462c02f697f0c053043a55f43c13d.tar.gz libguestfs-91b2238fc8e462c02f697f0c053043a55f43c13d.tar.xz libguestfs-91b2238fc8e462c02f697f0c053043a55f43c13d.zip | |
sparsify: Re-use progress bar wrapper code from virt-resize.
The code was identical -- just copied with s/resize/sparsify/.
Instead of duplicating identical code, cause the Makefile.am to use
the code from the ../resize/ directory.
Unfortunately because there are two Utils modules (which are
different), this means we had to rename those modules to Resize_utils
and Sparsify_utils respectively. So this is a rather larger change
than intended. However it's just code motion.
Diffstat (limited to 'po')
| -rw-r--r-- | po/POTFILES | 1 | ||||
| -rw-r--r-- | po/POTFILES-ml | 7 |
2 files changed, 3 insertions, 5 deletions
diff --git a/po/POTFILES b/po/POTFILES index 22cd1486..29fc8b9b 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -213,7 +213,6 @@ rescue/test-virt-rescue.pl rescue/virt-rescue.c resize/progress-c.c ruby/ext/guestfs/_guestfs.c -sparsify/progress-c.c src/actions.c src/appliance.c src/bindtests.c diff --git a/po/POTFILES-ml b/po/POTFILES-ml index c9422fb4..fe63e8a8 100644 --- a/po/POTFILES-ml +++ b/po/POTFILES-ml @@ -1,12 +1,11 @@ resize/progress.ml resize/resize.ml resize/resize_gettext.ml -resize/utils.ml -resize/utils_tests.ml -sparsify/progress.ml +resize/resize_utils.ml +resize/resize_utils_tests.ml sparsify/sparsify.ml sparsify/sparsify_gettext.ml -sparsify/utils.ml +sparsify/sparsify_utils.ml sysprep/firstboot.ml sysprep/main.ml sysprep/sysprep_gettext.ml |
