diff options
author | Milan Crha <mcrha@redhat.com> | 2009-04-25 00:07:32 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-04-25 00:07:32 +0800 |
commit | f171b15d926480a4199d74f14356b7aa37b16f20 (patch) | |
tree | 361a6444a49e70514ccbd3dc6f2b3e7943b46ae3 /po | |
parent | 8b65b542f977e04fb938998309d707c7561d027b (diff) | |
download | gsoc2013-evolution-f171b15d926480a4199d74f14356b7aa37b16f20.tar.gz gsoc2013-evolution-f171b15d926480a4199d74f14356b7aa37b16f20.tar.zst gsoc2013-evolution-f171b15d926480a4199d74f14356b7aa37b16f20.zip |
Show error or success to user with publish-calendar plugin
** Fix for bug #340783
* publish-format-fb.h: (publish_calendar_as_fb):
* publish-format-fb.c: (write_calendar), (publish_calendar_as_fb):
* publish-format-ical.h: (publish_calendar_as_ical):
* publish-format-ical.c: (write_calendar), (publish_calendar_as_ical):
* publish-calendar.c: (publish), (publish_no_succ_info),
(publish_uri_async), (publish_online), (mount_ready_cb),
(mount_first), (add_timeout), (add_offset_timeout),
(online_state_changed), (publish_urls), (action_publish),
(error_queue_show_idle), (error_queue_add):
Show error or success to user in a UI.
Diffstat (limited to 'po')
-rw-r--r-- | po/ChangeLog | 7 | ||||
-rw-r--r-- | po/POTFILES.in | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index ebd784e865..288d6506bd 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,10 @@ +2009-04-24 Milan Crha <mcrha@redhat.com> + + ** Part of fix for bug #340783 + + * POTFILES.in: Added plugins/publish-calendar/publish-format-fb.c + and plugins/publish-calendar/publish-format-ical.c there. + 2009-04-15 Gil Forcada <gforcada@gnome.org> * ca.po: Fixed bug #574842. diff --git a/po/POTFILES.in b/po/POTFILES.in index 196b19a540..b633b0531c 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -403,6 +403,8 @@ plugins/publish-calendar/org-gnome-publish-calendar.eplug.xml plugins/publish-calendar/org-gnome-publish-calendar.xml plugins/publish-calendar/publish-calendar.c plugins/publish-calendar/publish-calendar.glade +plugins/publish-calendar/publish-format-fb.c +plugins/publish-calendar/publish-format-ical.c plugins/publish-calendar/url-editor-dialog.c plugins/python/example/org-gnome-hello-python-ui.xml plugins/python/example/org-gnome-hello-python.eplug.xml |