diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-05-31 14:00:12 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-05-31 14:00:12 -0500 |
commit | 8476e802d84ee91e50dd6556d8293ece77033201 (patch) | |
tree | 4b7a0ae968a467501c41574432dbd48731075835 /po/POTFILES.in | |
parent | 97867c31fd3f4767fe891de31786b7b32d6dd35a (diff) | |
download | ayatana-indicator-power-8476e802d84ee91e50dd6556d8293ece77033201.tar.gz ayatana-indicator-power-8476e802d84ee91e50dd6556d8293ece77033201.tar.bz2 ayatana-indicator-power-8476e802d84ee91e50dd6556d8293ece77033201.zip |
Move private indicator-power function build_device_time_details() to device.c to public function indicator_power_device_get_time_details() so that we can unit test the user-visible strings.
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 7c8c8a1..3061414 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,2 +1,4 @@ data/com.canonical.indicator.power.gschema.xml.in +src/device.c +src/dbus-listener.c src/indicator-power.c |