From a955be9b70fd556310fc4c07aeef91c99bde3aaf Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 20 Feb 2013 12:03:59 -0500 Subject: ESourceSelector: Make source_selector_update_row() public. Gonna need to call this from the EClientSelector subclass. --- e-util/e-source-selector.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/e-source-selector.h') diff --git a/e-util/e-source-selector.h b/e-util/e-source-selector.h index 37ce0ef4b1..e25142146a 100644 --- a/e-util/e-source-selector.h +++ b/e-util/e-source-selector.h @@ -135,6 +135,8 @@ ESource * e_source_selector_ref_source_by_path GtkTreePath *path); void e_source_selector_queue_write (ESourceSelector *selector, ESource *source); +void e_source_selector_update_row (ESourceSelector *selector, + ESource *source); G_END_DECLS -- cgit v1.2.3