diff options
author | Ted Gould <ted@canonical.com> | 2009-04-30 22:29:44 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-30 22:29:44 -0500 |
commit | c027c7f3d30bc35937a5b900355bd593e2a12a04 (patch) | |
tree | cc9f8a2d68e078bed04e1be9cc801c35ff78eecf | |
parent | 3810da4bb215f815f9528e9fa7145de9c99efbff (diff) | |
download | libayatana-indicator-c027c7f3d30bc35937a5b900355bd593e2a12a04.tar.gz libayatana-indicator-c027c7f3d30bc35937a5b900355bd593e2a12a04.tar.bz2 libayatana-indicator-c027c7f3d30bc35937a5b900355bd593e2a12a04.zip |
Fixing typo
-rw-r--r-- | libindicate/indicator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicate/indicator.c b/libindicate/indicator.c index 207d975..76eb616 100644 --- a/libindicate/indicator.c +++ b/libindicate/indicator.c @@ -398,7 +398,7 @@ indicate_indicator_set_property_icon (IndicateIndicator * indicator, const gchar indicate_indicator_set_property_time: @indicator: a #IndicateIndicator to act on @key: name of the property - @data: time to set property with + @time: time to set property with This is a helper function that wraps around #indicate_indicator_set_property but takes an #GTimeVal parameter. It then takes the @data |